HttpActionBinding.ActionDescriptor Property

 

Gets or sets the back pointer to the action this binding is for.

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

Syntax

public HttpActionDescriptor ActionDescriptor { get; set; }
public:
property HttpActionDescriptor^ ActionDescriptor {
    HttpActionDescriptor^ get();
    void set(HttpActionDescriptor^ value);
}
member ActionDescriptor : HttpActionDescriptor with get, set
Public Property ActionDescriptor As HttpActionDescriptor

Property Value

Type: System.Web.Http.Controllers.HttpActionDescriptor

The back pointer to the action this binding is for.

See Also

HttpActionBinding Class
System.Web.Http.Controllers Namespace

Return to top