This topic has not yet been rated - Rate this topic

ControllerBase.IController.Execute Method

Executes the specified request context.

Namespace:  System.Web.Mvc
Assembly:  System.Web.Mvc (in System.Web.Mvc.dll)
void IController.Execute(
	RequestContext requestContext
)

Parameters

requestContext
Type: System.Web.Routing.RequestContext
The request context.

Implements

IController.Execute(RequestContext)

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

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.