UrlHelper.Router Property

Definition

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

Property Value

Applies to