AuthorizationContext.ActionDescriptor Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides information about the action method that is marked by the AuthorizeAttribute attribute, such as its name, controller, parameters, attributes, and filters.
public virtual System.Web.Mvc.ActionDescriptor ActionDescriptor { get; set; }
member this.ActionDescriptor : System.Web.Mvc.ActionDescriptor with get, set
Public Overridable Property ActionDescriptor As ActionDescriptor
Property Value
The action descriptor for the action method that is marked by the AuthorizeAttribute attribute.