Gets a value indicating whether this path is relative.
- Namespace
- Statiq
.Common - Containing Type
- NormalizedPath
- Property Type
- bool
Syntax
public bool IsRelative { get; }
Value
| Type | Description |
|---|---|
| bool |
true if this path is relative; otherwise, false.
|