AsyncControllerActionInvoker::GetControllerDescriptor Method (ControllerContext^)

 

Returns the controller descriptor.

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

protected:
virtual ControllerDescriptor^ GetControllerDescriptor(
	ControllerContext^ controllerContext
) override

Parameters

controllerContext
Type: System.Web.Mvc::ControllerContext^

The controller context.

Return Value

Type: System.Web.Mvc::ControllerDescriptor^

The controller descriptor.

Return to top
Show: