ControllerBase::IController::Execute Method (RequestContext^)

 

Executes the specified request context.

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

private:
virtual void Execute(
	RequestContext^ requestContext
) sealed = IController::Execute

Parameters

requestContext
Type: System.Web.Routing::RequestContext^

The request context.

This member is an explicit interface member implementation. It can be used only when the ControllerBase instance is cast to an IController interface.

Return to top
Show: