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.
Inheritance Hierarchy
System.Object
System.Web.Http.Controllers.HttpControllerSettings
Namespace: System.Web.Http.Controllers
Assembly: System.Web.Http (in System.Web.Http.dll)
Syntax
'Declaration
Public NotInheritable Class HttpControllerSettings
'Usage
Dim instance As HttpControllerSettings
public sealed class HttpControllerSettings
public ref class HttpControllerSettings sealed
[<SealedAttribute>]
type HttpControllerSettings = class end
public final class HttpControllerSettings
The HttpControllerSettings type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
HttpControllerSettings | Initializes a new instance of the HttpControllerSettings class. |
Top
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. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
ToString | (Inherited from Object.) |
Top
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.