0 out of 1 rated this helpful - Rate this topic

JsonResult.ExecuteResult Method

Enables processing of the result of an action method by a custom type that inherits from the ActionResult class.

Namespace:  System.Web.Mvc
Assembly:  System.Web.Mvc (in System.Web.Mvc.dll)
public override void ExecuteResult(
	ControllerContext context
)

Parameters

context
Type: System.Web.Mvc.ControllerContext
The context within which the result is executed.
Exception Condition
ArgumentNullException

The context parameter is null.

Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ