Class RouteEntry
Represents a named route.
public class RouteEntry
- Inheritance
-
RouteEntry
- Inherited Members
Constructors
RouteEntry(string, Route)
Initializes a new instance of the RouteEntry class.
public RouteEntry(string name, Route route)
Parameters
name
stringThe route name.
route
RouteThe route.
Properties
Name
Gets the route name.
public string Name { get; }
Property Value
- string
The route name, if any; otherwise, null.
Route
Gets the route.
public Route Route { get; }
Property Value
- Route
The route.