Class Route
Route representation.
public class Route
- Inheritance
-
objectRoute
- Extension Methods
Properties
PageLocation
Page location.
[Obsolete("Use PageLocationConfiguration.Location instead.")]
[ObsoleteSince(28, 3)]
[JsonIgnore]
public PageLocationEnum PageLocation { get; set; }
Property Value
PageLocationConfiguration
Page location configuration.
public PageLocationConfiguration PageLocationConfiguration { get; set; }
Property Value
Path
Path of the route.
public string Path { get; set; }
Property Value
- string
TemplateName
Template name.
public string TemplateName { get; set; }
Property Value
- string