RootRelative Property
Gets current path relative to it's root. If this is already a relative path or there is no root path, this just returns the current path.
Namespace
Statiq.Common
Containing Type
NormalizedPath
Property Type
NormalizedPath

Syntax

public NormalizedPath RootRelative { get; }

Value

Type Description
NormalizedPath The current path relative to it's root.