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