ControllerActionInvoker.GetControllerDescriptor Method

Retrieves information about the controller by using the specified controller context.

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

'Declaration
Protected Overridable Function GetControllerDescriptor ( _
	controllerContext As ControllerContext _
) As ControllerDescriptor
'Usage
Dim controllerContext As ControllerContext 
Dim returnValue As ControllerDescriptor 

returnValue = Me.GetControllerDescriptor(controllerContext)

Parameters

controllerContext
Type: System.Web.Mvc.ControllerContext

The controller context.

Return Value

Type: System.Web.Mvc.ControllerDescriptor
Information about the controller.
Show: