Summary
Gets the file provider for this path. If this is a relative path,
the file provider will always be
null. If this is an absolute
path and the file provider is null it indicates the path
is not intended for use with an actual file provider.
- Assembly
- Wyam
.Common .dll - Namespace
- Wyam
.Common .IO - Containing Type
- NormalizedPath
Syntax
public Uri FileProvider { get; }
Value
| Type | Description |
|---|---|
| Uri | The file provider for this path. |
