NamespaceModel.Url Property
- Namespace
- Kampute.DocToolkit.Models
- Assembly
- Kampute.DocToolkit.dll
Definition
Get the URL for the namespace documentation.
public Uri Url { get; }Property Value
- Uri
- The URL for the namespace documentation.

public Uri Url { get; }
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.