This topic has not yet been rated - Rate this topic

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 null.

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

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.