ActionDescriptor.Execute Method

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

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

public abstract function Execute(
	controllerContext : ControllerContext, 
	parameters : IDictionary<String, Object>
) : Object

Parameters

controllerContext
Type: System.Web.Mvc.ControllerContext

The controller context.

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

The parameters of the action method.

Return Value

Type: System.Object
The result of executing the action method.
Show: