Share via


AuthenticationChallengeContext.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 descriptor associated with the challenge.

See Also

AuthenticationChallengeContext Class
System.Web.Mvc.Filters Namespace

Return to top