Microsoft Learn Member Id Url ResolverCached Urls Property
This read-only property returns the URL cache
Definition
Namespace: Sandcastle.Tools.BuildComponents
Assembly: Sandcastle.Tools.BuildComponents (in Sandcastle.Tools.BuildComponents.dll) Version: 2026.1.20.0
Assembly: Sandcastle.Tools.BuildComponents (in Sandcastle.Tools.BuildComponents.dll) Version: 2026.1.20.0
C#
public IDictionary<string, string> CachedUrls { get; }VB
Public ReadOnly Property CachedUrls As IDictionary(Of String, String)
GetC++
public:
virtual property IDictionary<String^, String^>^ CachedUrls {
IDictionary<String^, String^>^ get () sealed;
}F#
abstract CachedUrls : IDictionary<string, string> with get
override CachedUrls : IDictionary<string, string> with getProperty Value
IDictionaryString, StringImplements
IMemberIdUrlResolverCachedUrlsRemarks
The key is the member ID, the value is the member URL