AuthorizationContext::ActionDescriptor Property
Provides information about the action method that is marked by the AuthorizeAttribute attribute, such as its name, controller, parameters, attributes, and filters.
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
public: virtual property ActionDescriptor^ ActionDescriptor { ActionDescriptor^ get (); void set (ActionDescriptor^ value); }
Property Value
Type: System.Web.Mvc::ActionDescriptorThe action descriptor for the action method that is marked by the AuthorizeAttribute attribute.
Show: