Gets the file extension (including the preceding ".").
- Namespace
- Statiq
.Common - Containing Type
- NormalizedPath
- Property Type
- string
Syntax
public string Extension { get; }
Value
| Type | Description |
|---|---|
| string | The file extension (including the preceding ".") or Empty if the path contains no extension. |