IDocumentModel.Url Property
- Namespace
- Kampute.DocToolkit
- Assembly
- Kampute.DocToolkit.dll
Definition
Gets the documentation URL for the model.
Uri Url { get; }Property Value
- Uri
- The URL of the model, which is used for linking to the model's documentation page.

The property value depends on the active DocumentUrlContext, which adjusts URLs based on the current document's location within the documentation hierarchy. URLs that work correctly in one document context may need different path adjustments in another.