RouteData.RouteDataSnapshot Struct

Definition

A snapshot of the state of a RouteData instance.

public: value class RouteData::RouteDataSnapshot
public struct RouteData.RouteDataSnapshot
public readonly struct RouteData.RouteDataSnapshot
type RouteData.RouteDataSnapshot = struct
Public Structure RouteData.RouteDataSnapshot
Inheritance
RouteData.RouteDataSnapshot

Constructors

RouteData.RouteDataSnapshot(RouteData, RouteValueDictionary, IList<IRouter>, RouteValueDictionary)

Creates a new instance of RouteData.RouteDataSnapshot for routeData.

Methods

Restore()

Restores the RouteData to the captured state.

Applies to