MicrosoftLearnMemberIdUrlResolverCachedUrls Property

This read-only property returns the URL cache

Definition

Namespace: Sandcastle.Tools.BuildComponents
Assembly: Sandcastle.Tools.BuildComponents (in Sandcastle.Tools.BuildComponents.dll) Version: 2024.12.21.0
public IDictionary<string, string> CachedUrls { get; }

Property Value

IDictionaryString, String

Implements

IMemberIdUrlResolverCachedUrls

Remarks

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

See Also