ActionExecutingContext.Result Property

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

Namespace:  System.Web.Mvc
Assembly:  System.Web.Mvc (in System.Web.Mvc.dll)

function get Result () : ActionResult 
function set Result (value : ActionResult)

Property Value

Type: System.Web.Mvc.ActionResult
The result that is returned by the action method.
Show: