Gets the route values for the current request if the page has dynamic route url parameters.
public Dictionary<string, string> RouteValues { get; }
- Type:
- Dictionary<string, string>
Gets the route values for the current request if the page has dynamic route url parameters.
public Dictionary<string, string> RouteValues { get; }