ViewResultBase.ExecuteResult Method

When called by the action invoker, renders the view to the response.

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

'Declaration
Public Overrides Sub ExecuteResult ( _
	context As ControllerContext _
)
'Usage
Dim instance As ViewResultBase 
Dim context As ControllerContext

instance.ExecuteResult(context)

Parameters

context
Type: System.Web.Mvc.ControllerContext

The context that the result is executed in.

ExceptionCondition
ArgumentNullException

The context parameter is Nothing.

Show: