AuthorizationContext.ActionDescriptor Property

Definition

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.

Applies to