RouteData Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |