ResultExecutingContext.Result Property

Definition

Gets or sets the action result.

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

Property Value

The action result.

Applies to