ContentResult.ExecuteResult Method

Visual Studio 2010

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)

'Declaration
Public Overrides Sub ExecuteResult ( _
	context As ControllerContext _
)

Parameters

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

ExceptionCondition
ArgumentNullException

The context parameter is Nothing.

Community Additions

ADD
Show: