IMember Id Url ResolverBase Url Property
This read-only property returns the base URL for the links
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#
string BaseUrl { get; }VB
ReadOnly Property BaseUrl As String
GetC++
property String^ BaseUrl {
String^ get ();
}F#
abstract BaseUrl : string with get