Click or drag to resize

WebApiConfiguration Properties

The WebApiConfiguration type exposes the following members.

Properties
  NameDescription
Public propertyEndpoints
Specifies endpoints for this configuration.
Public propertyName
Specifies a descriptive name of the web api configuration.
Public propertyPathPrefix
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
Public propertyRequestValidators
Specifies request validations that can be used in endpoints.
Public propertyWebApplicationUrls
Specifies URLs of web applications for which this configuration applies. If left empty the configuration applies to all web applications.
Top
See Also