ReflectedActionDescriptor.Execute Method (ControllerContext, IDictionary(Of String, Object))

 

Executes the specified controller context by using the specified action-method parameters.

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

Public Overrides Function Execute (
	controllerContext As ControllerContext,
	parameters As IDictionary(Of StringObject)
) As Object

Parameters

controllerContext
Type: System.Web.Mvc.ControllerContext

The controller context.

parameters
Type: System.Collections.Generic.IDictionary(Of StringObject)

The parameters.

Return Value

Type: System.Object

The action return value.

Exception Condition
ArgumentNullException

The parameters or controllerContext parameter is null.

Return to top
Show: