Freigeben über


AuthorizationContext.ActionDescriptor Eigenschaft

Definition

Stellt Informationen zur Aktionsmethode bereit, die durch das AuthorizeAttribute Attribut gekennzeichnet ist, z. B. Name, Controller, Parameter, Attribute und Filter.

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

Eigenschaftswert

Der Aktionsdeskriptor für die Aktionsmethode, die durch das AuthorizeAttribute -Attribut gekennzeichnet ist.

Gilt für: