Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Contains settings for an HTTP controller.
Namespace: System.Web.Http.Controllers
Assembly: System.Web.Http (in System.Web.Http.dll)
Inheritance Hierarchy
System.Object
System.Web.Http.Controllers.HttpControllerSettings
Syntax
public sealed class HttpControllerSettings
public ref class HttpControllerSettings sealed
[<Sealed>]
type HttpControllerSettings = class end
Public NotInheritable Class HttpControllerSettings
Constructors
Name | Description | |
---|---|---|
![]() |
HttpControllerSettings(HttpConfiguration) | Initializes a new instance of the HttpControllerSettings class. |
Properties
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. |
Methods
Name | Description | |
---|---|---|
![]() |
Equals(Object) | (Inherited from Object.) |
![]() |
GetHashCode() | (Inherited from Object.) |
![]() |
GetType() | (Inherited from Object.) |
![]() |
ToString() | (Inherited from Object.) |
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
System.Web.Http.Controllers Namespace
Return to top