OverloadCollection<T>.Url Property
- Namespace
- Kampute.DocToolkit.Collections
- Assembly
- Kampute.DocToolkit.dll
Definition
Gets the common documentation URL for the overloaded members.
public Uri Url { get; }Property Value
- Uri
- The common documentation URL for the overloaded members.

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.