1 instantiation of RouteDataSnapshot
Microsoft.AspNetCore.Routing.Abstractions (1)
RouteData.cs (1)
155var snapshot = new RouteDataSnapshot(
5 references to RouteDataSnapshot
Microsoft.AspNetCore.Routing.Abstractions (5)
RouteData.cs (5)
120/// Call <see cref="RouteDataSnapshot.Restore"/> to restore the state of this <see cref="RouteData"/> 137/// <returns>A <see cref="RouteDataSnapshot"/> that captures the current state.</returns> 138public RouteDataSnapshot PushState(IRouter? router, RouteValueDictionary? values, RouteValueDictionary? dataTokens) 155var snapshot = new RouteDataSnapshot( 207/// Creates a new instance of <see cref="RouteDataSnapshot"/> for <paramref name="routeData"/>.