次の方法で共有


UrlHelper.Router プロパティ

定義

現在の要求に関連付けられている最上位レベル IRouter を取得します。 通常は実装です IRouteCollection

protected:
 property Microsoft::AspNetCore::Routing::IRouter ^ Router { Microsoft::AspNetCore::Routing::IRouter ^ get(); };
protected Microsoft.AspNetCore.Routing.IRouter Router { get; }
member this.Router : Microsoft.AspNetCore.Routing.IRouter
Protected ReadOnly Property Router As IRouter

プロパティ値

適用対象