UrlReferenceCollector.Urls Property

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

Definition

Gets the collection of URLs that have been recorded so far.
public IReadOnlyCollection<UrlReference> Urls { get; }

Property Value

IReadOnlyCollection<UrlReference>
A read-only collection of UrlReference instances representing the URLs that have been recorded.