This topic has not yet been rated - Rate this topic

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)
public ActionResult Result { get; set; }

Property Value

Type: System.Web.Mvc.ActionResult
The result that is returned by the action method.
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.