UrlHelper.Router 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 top-level IRouter associated with the current request. Generally an IRouteCollection implementation.
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