Share via


HttpActionDescriptor Methods

 

Namespace:   System.Web.Http.Controllers
Assembly:  System.Web.Http (in System.Web.Http.dll)

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_pubmethod 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.

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetCustomAttributes<T>()

Returns the custom attributes associated with the action descriptor.

System_CAPS_pubmethod GetCustomAttributes<T>(Boolean)

Gets the custom attributes for the action.

System_CAPS_pubmethod GetFilterPipeline()

Retrieves the filters for the given configuration and action.

System_CAPS_pubmethod GetFilters()

Retrieves the filters for the action descriptor.

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetParameters()

Retrieves the parameters for the action descriptor.

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

See Also

HttpActionDescriptor Class
System.Web.Http.Controllers Namespace

Return to top