Поделиться через


ControllerActionInvoker.GetControllerDescriptor(ControllerContext) Метод

Определение

Извлекает сведения о контроллере, используя указанный контекст контроллера.

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

Параметры

controllerContext
ControllerContext

Контекст контроллера.

Возвращаемое значение

Сведения о контроллере.

Применяется к