UrlReference.BaseDirectory Property

Namespace
Kampute.DocToolkit.Routing
Assembly
  • Kampute.DocToolkit.dll

Definition

Gets the directory path of the referencing model's documentation page, relative to the documentation root.
public string BaseDirectory { get; }

Property Value

string
A string representing the relative directory path of the referencing model's documentation page.

Remarks

This path is relative to the root directory of the documentation site.
When the UrlReference.TargetUrl is a relative URL, it is relative to this directory.