Share via


ControllerBase.IController.Execute Method

Executes the specified request context.

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

Syntax

void IController.Execute(
    RequestContext requestContext
)

Parameters

Implements

IController.Execute(RequestContext)

Remarks

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

See Also

Reference

ControllerBase Class

System.Web.Mvc Namespace