VirtualPathData.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 or sets the IRouter that was used to generate the URL.
public:
 property Microsoft::AspNetCore::Routing::IRouter ^ Router { Microsoft::AspNetCore::Routing::IRouter ^ get(); void set(Microsoft::AspNetCore::Routing::IRouter ^ value); };public Microsoft.AspNetCore.Routing.IRouter Router { get; set; }member this.Router : Microsoft.AspNetCore.Routing.IRouter with get, setPublic Property Router As IRouter