Share via


ControllerActionInvoker.GetControllerDescriptor(ControllerContext) Method

Definition

Overloads

GetControllerDescriptor(ControllerContext)

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

GetControllerDescriptor(ControllerContext)

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

protected virtual System.Web.Mvc.ControllerDescriptor GetControllerDescriptor (System.Web.Mvc.ControllerContext controllerContext);
abstract member GetControllerDescriptor : System.Web.Mvc.ControllerContext -> System.Web.Mvc.ControllerDescriptor
override this.GetControllerDescriptor : System.Web.Mvc.ControllerContext -> System.Web.Mvc.ControllerDescriptor
Protected Overridable Function GetControllerDescriptor (controllerContext As ControllerContext) As ControllerDescriptor

Parameters

controllerContext
ControllerContext

The controller context.

Returns

Information about the controller.

Applies to