WebApiConfiguration Properties |
The WebApiConfiguration type exposes the following members.
Name | Description | |
---|---|---|
Endpoints | Specifies endpoints for this configuration. | |
Name | Specifies a descriptive name of the web api configuration. | |
PathPrefix | Specifies the path prefix that must match so that this configuration applies. When defining a path prefix 'myprefix', it will match URLs like 'http://myhost/_vti_bin/Colygon.MatchPoint/WebApi.svc/myprefix/param1/param2 | |
RequestValidators | Specifies request validations that can be used in endpoints. | |
WebApplicationUrls | Specifies URLs of web applications for which this configuration applies. If left empty the configuration applies to all web applications. |