ControllerBase::Execute Method

Executes the specified request context.

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

protected:
virtual void Execute(
	RequestContext^ requestContext
)

Parameters

requestContext
Type: System.Web.Routing::RequestContext

The request context.

ExceptionCondition
ArgumentNullException

The requestContext parameter is nullptr.

This method is an implementation of Execute. You typically do not have to override this method. Override Initialize or ExecuteCore instead.

Show: