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.
Namespace: System.Web.Http.Controllers
Assembly: System.Web.Http (in System.Web.Http.dll)
Methods
Name | Description | |
---|---|---|
![]() |
Equals(Object) | (Inherited from Object.) |
![]() |
ExecuteAsync(HttpControllerContext, IDictionary<String, Object>, CancellationToken) | Executes the described action and returns a Task<TResult> that once completed will contain the return value of the action. |
![]() |
Finalize() | (Inherited from Object.) |
![]() |
GetCustomAttributes<T>() | Returns the custom attributes associated with the action descriptor. |
![]() |
GetCustomAttributes<T>(Boolean) | Gets the custom attributes for the action. |
![]() |
GetFilterPipeline() | Retrieves the filters for the given configuration and action. |
![]() |
GetFilters() | Retrieves the filters for the action descriptor. |
![]() |
GetHashCode() | (Inherited from Object.) |
![]() |
GetParameters() | Retrieves the parameters for the action descriptor. |
![]() |
GetType() | (Inherited from Object.) |
![]() |
MemberwiseClone() | (Inherited from Object.) |
![]() |
ToString() | (Inherited from Object.) |
See Also
HttpActionDescriptor Class
System.Web.Http.Controllers Namespace
Return to top