ControllerActionInvoker.GetControllerDescriptor(ControllerContext) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.