ActionExecutedContext.Result Property

Definition

Gets or sets the result returned by the 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 returned by the action method.

Applies to