VirtualPathData.Router Property

Definition

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, set
Public Property Router As IRouter

Property Value

Applies to