AuthenticationContext.ActionDescriptor Property
Gets or sets the action descriptor.
Namespace: System.Web.Mvc.Filters
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
Syntax
public ActionDescriptor ActionDescriptor { get; set; }
public:
property ActionDescriptor^ ActionDescriptor {
ActionDescriptor^ get();
void set(ActionDescriptor^ value);
}
member ActionDescriptor : ActionDescriptor with get, set
Public Property ActionDescriptor As ActionDescriptor
Property Value
Type: System.Web.Mvc.ActionDescriptor
The action methods associated with the authentication
See Also
AuthenticationContext Class
System.Web.Mvc.Filters Namespace
Return to top