RouteData.Routers Property
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.
Gets the list of IRouter instances on the current routing path.
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)