AuthorizationContext.Result Property

Definition

Overloads

Result

Gets or sets the result that is returned by an action method.

Result

Gets or sets the result that is returned by an action method.

public System.Web.Mvc.ActionResult Result { get; set; }
member this.Result : System.Web.Mvc.ActionResult with get, set
Public Property Result As ActionResult

Property Value

The result that is returned by an action method.

Applies to