IMember Id Url ResolverCached Urls Property
This read-only property returns the URL cache
Definition
Namespace: Sandcastle.Core.BuildAssembler.BuildComponent
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
C#
IDictionary<string, string> CachedUrls { get; }VB
ReadOnly Property CachedUrls As IDictionary(Of String, String)
GetC++
property IDictionary<String^, String^>^ CachedUrls {
IDictionary<String^, String^>^ get ();
}F#
abstract CachedUrls : IDictionary<string, string> with getProperty Value
IDictionaryString, StringRemarks
The key is the member ID, the value is the member URL