DocumentUrlContext.Directory Property
- Namespace
- Kampute.DocToolkit.Routing
- Assembly
- Kampute.DocToolkit.dll
Definition
Gets the current document directory path relative to the documentation root.
public string Directory { get; }Property Value
- string
- The relative directory path of the document being rendered within the documentation structure.
Remarks
This property provides access to the current document's directory path relative to the documentation root. It can be useful for determining the document's location within the hierarchy or for constructing relative paths to other documents or resources.
