DefaultDirectRouteProvider.GetControllerRouteFactories Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient les fabriques d'itinéraire pour le descripteur de contrôleur donné.
protected virtual System.Collections.Generic.IReadOnlyList<System.Web.Mvc.Routing.IDirectRouteFactory> GetControllerRouteFactories (System.Web.Mvc.ControllerDescriptor controllerDescriptor);
abstract member GetControllerRouteFactories : System.Web.Mvc.ControllerDescriptor -> System.Collections.Generic.IReadOnlyList<System.Web.Mvc.Routing.IDirectRouteFactory>
override this.GetControllerRouteFactories : System.Web.Mvc.ControllerDescriptor -> System.Collections.Generic.IReadOnlyList<System.Web.Mvc.Routing.IDirectRouteFactory>
Protected Overridable Function GetControllerRouteFactories (controllerDescriptor As ControllerDescriptor) As IReadOnlyList(Of IDirectRouteFactory)
Paramètres
- controllerDescriptor
- ControllerDescriptor
Descripteur du contrôleur.
Retours
Ensemble de fabriques d'itinéraire.