Syntax Element Language FilterBase Source Code Url Arg Name Property
This read-only property returns the base source code URL transformation argument name
Definition
Namespace: Sandcastle.Core.PresentationStyle.Transformation.Elements.Html
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#
public string BaseSourceCodeUrlArgName { get; }VB
Public ReadOnly Property BaseSourceCodeUrlArgName As String
GetC++
public:
property String^ BaseSourceCodeUrlArgName {
String^ get ();
}F#
member BaseSourceCodeUrlArgName : string with get