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.
Gets or sets the action descriptor for the action context.
Namespace: System.Web.Http.Controllers
Assembly: System.Web.Http (in System.Web.Http.dll)
Syntax
'Declaration
Public Property ActionDescriptor As HttpActionDescriptor
Get
Set
'Usage
Dim instance As HttpActionContext
Dim value As HttpActionDescriptor
value = instance.ActionDescriptor
instance.ActionDescriptor = value
public HttpActionDescriptor ActionDescriptor { get; set; }
public:
property HttpActionDescriptor^ ActionDescriptor {
HttpActionDescriptor^ get ();
void set (HttpActionDescriptor^ value);
}
member ActionDescriptor : HttpActionDescriptor with get, set
function get ActionDescriptor () : HttpActionDescriptor
function set ActionDescriptor (value : HttpActionDescriptor)
Property Value
Type: System.Web.Http.Controllers.HttpActionDescriptor
The action descriptor.