Represents information that describes the HTTP controller.
Inheritance Hierarchy
System.Object
  System.Web.Http.Controllers.HttpControllerDescriptor
Namespace:  System.Web.Http.Controllers
Assembly:  System.Web.Http (in System.Web.Http.dll)
Syntax
'Declaration
Public Class HttpControllerDescriptor
'Usage
Dim instance As HttpControllerDescriptor
public class HttpControllerDescriptor
public ref class HttpControllerDescriptor
type HttpControllerDescriptor =  class end
public class HttpControllerDescriptor
The HttpControllerDescriptor type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| .jpeg) | HttpControllerDescriptor() | Initializes a new instance of the HttpControllerDescriptor class. | 
| .jpeg) | HttpControllerDescriptor(HttpConfiguration, String, Type) | Initializes a new instance of the HttpControllerDescriptor class. | 
Top
Properties
| Name | Description | |
|---|---|---|
| .jpeg) | Configuration | Gets or sets the configurations associated with the controller. | 
| .jpeg) | ControllerName | Gets or sets the name of the controller. | 
| .jpeg) | ControllerType | Gets or sets the type of the controller. | 
| .jpeg) | Properties | Gets the properties associated with this instance. | 
Top
Methods
| Name | Description | |
|---|---|---|
| .jpeg) | CreateController | Creates a controller instance for the given HttpRequestMessage. | 
| .jpeg) | Equals | (Inherited from Object.) | 
| .jpeg) | Finalize | (Inherited from Object.) | 
| .jpeg) | GetCustomAttributes<T> | Retrieves a collection of custom attributes of the controller. | 
| .jpeg) | GetFilters | Returns a collection of filters associated with the controller. | 
| .jpeg) | GetHashCode | (Inherited from Object.) | 
| .jpeg) | GetType | (Inherited from Object.) | 
| .jpeg) | MemberwiseClone | (Inherited from Object.) | 
| .jpeg) | 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.