UrlHelper.Router 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取与当前请求关联的顶级 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