1 write to Router
Microsoft.AspNetCore.Routing.Abstractions (1)
VirtualPathData.cs (1)
38Router = router;
3 references to Router
Microsoft.AspNetCore.Routing (1)
RouteCollection.cs (1)
184return new VirtualPathData(pathData.Router, url, pathData.DataTokens);
Microsoft.AspNetCore.Routing.Abstractions (2)
VirtualPathData.cs (2)
44/// Gets the collection of custom values for the <see cref="Router"/>. 65/// Gets or sets the URL that was generated from the <see cref="Router"/>.