HttpActionDescriptor Properties

Include Protected Members
Include Inherited Members

The HttpActionDescriptor type exposes the following members.

Properties

  Name Description
Public property ActionBinding Gets or sets the binding that describes the action.
Public property ActionName Gets the name of the action.
Public property Configuration Gets or sets the action configuration.
Public property ControllerDescriptor Gets the information that describes the controller of the action.
Public property Properties Gets the properties associated with this instance.
Public property ResultConverter Gets the converter for correctly transforming the result of calling ExecuteAsync(HttpControllerContext, IDictionary<String, Object>)" into an instance of HttpResponseMessage.
Public property ReturnType Gets the return type of the descriptor.
Public property SupportedHttpMethods Gets the collection of supported HTTP methods for the descriptor.

Top

See Also

Reference

HttpActionDescriptor Class

System.Web.Http.Controllers Namespace