HttpControllerSettings Class
Contains settings for an HTTP controller.
Assembly: System.Web.Http (in System.Web.Http.dll)
| Name | Description | |
|---|---|---|
![]() | HttpControllerSettings(HttpConfiguration^) | Initializes a new instance of the HttpControllerSettings class. |
| Name | Description | |
|---|---|---|
![]() | Formatters | Gets the collection of MediaTypeFormatter instances for the controller. |
![]() | ParameterBindingRules | Gets the collection of parameter bindingfunctions for for the controller. |
![]() | Services | Gets the collection of service instances for the controller. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:

