RouteData Class

Definition

Describes information determined during routing that specifies the page to be displayed.

public ref class RouteData sealed
public sealed class RouteData
type RouteData = class
Public NotInheritable Class RouteData
Inheritance
RouteData

Constructors

RouteData(Type, IReadOnlyDictionary<String,Object>)

Constructs an instance of RouteData.

Properties

PageType

Gets the type of the page matching the route.

RouteValues

Gets route parameter values extracted from the matched route.

Template

Gets the route template that was used to match the route if any.

Applies to