MicrosoftLearnMemberIdUrlResolver.CachedUrls 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

IDictionary<String, String>

Implements

IMemberIdUrlResolver.CachedUrls

Remarks

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

See Also