HttpControllerDescriptor Class
Represents information that describes the HTTP controller.
Assembly: System.Web.Http (in System.Web.Http.dll)
| Name | Description | |
|---|---|---|
![]() | HttpControllerDescriptor() | Initializes a new instance of the HttpControllerDescriptor class. |
![]() | HttpControllerDescriptor(HttpConfiguration, String, Type) | Initializes a new instance of the HttpControllerDescriptor class. |
| Name | Description | |
|---|---|---|
![]() | Configuration | Gets or sets the configurations associated with the controller. |
![]() | ControllerName | Gets or sets the name of the controller. |
![]() | ControllerType | Gets or sets the type of the controller. |
![]() | Properties | Gets the properties associated with this instance. |
| Name | Description | |
|---|---|---|
![]() | CreateController(HttpRequestMessage) | Creates a controller instance for the given HttpRequestMessage. |
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetCustomAttributes(Of T)() | Retrieves a collection of custom attributes of the controller. |
![]() | GetCustomAttributes(Of T)(Boolean) | Returns a collection of attributes that can be assigned to <typeparamref name="T" /> for this descriptor's controller. |
![]() | GetFilters() | Returns a collection of filters associated with the controller. |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (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.


