Class UrlPath
Represents the URL path.
public sealed class UrlPath
- Inheritance
-
objectUrlPath
- Extension Methods
Properties
Path
Resolved URL path.
public string Path { get; init; }
Property Value
- string
RelativePath
Relative URL path starting with '~/'.
public string RelativePath { get; init; }
Property Value
- string