AsyncControllerActionInvoker.GetControllerDescriptor Metoda
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Zwraca deskryptor kontrolera.
protected override System.Web.Mvc.ControllerDescriptor GetControllerDescriptor(System.Web.Mvc.ControllerContext controllerContext);
override this.GetControllerDescriptor : System.Web.Mvc.ControllerContext -> System.Web.Mvc.ControllerDescriptor
Protected Overrides Function GetControllerDescriptor (controllerContext As ControllerContext) As ControllerDescriptor
Parametry
- controllerContext
- ControllerContext
Kontekst kontrolera.
Zwraca
Deskryptor kontrolera.