IMemberIdUrlResolverCachedUrls Property

This read-only property returns the URL cache

Definition

Namespace: Sandcastle.Core.BuildAssembler.BuildComponent
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2024.12.21.0
IDictionary<string, string> CachedUrls { get; }

Property Value

IDictionaryString, String

Remarks

The key is the member ID, the value is the member URL

See Also