RouteData.Routers 屬性

定義

取得目前路由路徑上的實例清單 IRouter

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)

屬性值

適用於