Provides information about the action methods.
Inheritance Hierarchy
System.Object
  System.Web.Http.Controllers.HttpActionDescriptor
    System.Web.Http.Controllers.ReflectedHttpActionDescriptor
Namespace:  System.Web.Http.Controllers
Assembly:  System.Web.Http (in System.Web.Http.dll)
Syntax
'Declaration
Public MustInherit Class HttpActionDescriptor
'Usage
Dim instance As HttpActionDescriptor
public abstract class HttpActionDescriptor
public ref class HttpActionDescriptor abstract
[<AbstractClassAttribute>]
type HttpActionDescriptor =  class end
public abstract class HttpActionDescriptor
The HttpActionDescriptor type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| .jpeg) | HttpActionDescriptor() | Initializes a new instance of the HttpActionDescriptor class. | 
| .jpeg) | HttpActionDescriptor(HttpControllerDescriptor) | Initializes a new instance of the HttpActionDescriptor class with specified information that describes the controller of the action. | 
Top
Properties
| Name | Description | |
|---|---|---|
| .jpeg) | ActionBinding | Gets or sets the binding that describes the action. | 
| .jpeg) | ActionName | Gets the name of the action. | 
| .jpeg) | Configuration | Gets or sets the action configuration. | 
| .jpeg) | ControllerDescriptor | Gets the information that describes the controller of the action. | 
| .jpeg) | Properties | Gets the properties associated with this instance. | 
| .jpeg) | ResultConverter | Gets the converter for correctly transforming the result of calling ExecuteAsync(HttpControllerContext, IDictionary<String, Object>)" into an instance of HttpResponseMessage. | 
| .jpeg) | ReturnType | Gets the return type of the descriptor. | 
| .jpeg) | SupportedHttpMethods | Gets the collection of supported HTTP methods for the descriptor. | 
Top
Methods
| Name | Description | |
|---|---|---|
| .jpeg) | Equals | (Inherited from Object.) | 
| .jpeg) | ExecuteAsync | Executes the described action and returns a Task<TResult> that once completed will contain the return value of the action. | 
| .jpeg) | Finalize | (Inherited from Object.) | 
| .jpeg) | GetCustomAttributes<T> | Returns the custom attributes associated with the action descriptor. | 
| .jpeg) | GetFilterPipeline | Retrieves the filters for the given configuration and action. | 
| .jpeg) | GetFilters | Retrieves the filters for the action descriptor. | 
| .jpeg) | GetHashCode | (Inherited from Object.) | 
| .jpeg) | GetParameters | Retrieves the parameters for the action descriptor. | 
| .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.