ActionExecutingContext Constructor (ControllerContext, ActionDescriptor, IDictionary(String, Object))

Initializes a new instance of the ActionExecutingContext class by using the specified controller context, action descriptor, and action-method parameters.

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

new : 
        controllerContext:ControllerContext * 
        actionDescriptor:ActionDescriptor * 
        actionParameters:IDictionary<string, Object> -> ActionExecutingContext

Parameters

controllerContext
Type: System.Web.Mvc.ControllerContext

The controller context.

actionDescriptor
Type: System.Web.Mvc.ActionDescriptor

The action descriptor.

actionParameters
Type: System.Collections.Generic.IDictionary(String, Object)

The action-method parameters.

ExceptionCondition
ArgumentNullException

The ActionParameters or actionDescriptor parameter is a null reference (Nothing in Visual Basic).

Show: