RouteData.Routers Propriété

Définition

Obtient la liste des IRouter instances sur le chemin de routage actuel.

public:
 property System::Collections::Generic::IList<Microsoft::AspNetCore::Routing::IRouter ^> ^ Routers { System::Collections::Generic::IList<Microsoft::AspNetCore::Routing::IRouter ^> ^ get(); };
public System.Collections.Generic.IList<Microsoft.AspNetCore.Routing.IRouter> Routers { get; }
member this.Routers : System.Collections.Generic.IList<Microsoft.AspNetCore.Routing.IRouter>
Public ReadOnly Property Routers As IList(Of IRouter)

Valeur de propriété

S’applique à