Gets the root of this path,
Empty if this is a relative path,
or Null if there is no root.
- Namespace
- Statiq
.Common - Containing Type
- NormalizedPath
- Property Type
- NormalizedPath
Syntax
public NormalizedPath Root { get; }
Value
| Type | Description |
|---|---|
| NormalizedPath | The root of this path. |