HttpControllerDescriptor Class
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 | |
---|---|---|
HttpControllerDescriptor() | Initializes a new instance of the HttpControllerDescriptor class. | |
HttpControllerDescriptor(HttpConfiguration, String, Type) | Initializes a new instance of the HttpControllerDescriptor class. |
Top
Properties
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. |
Top
Methods
Name | Description | |
---|---|---|
CreateController | Creates a controller instance for the given HttpRequestMessage. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetCustomAttributes<T> | Retrieves a collection of custom attributes of the 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.) |
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.