Syntax Element Language FilterRequest Example Url Arg Name Property
This read-only property returns the Request Example 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 RequestExampleUrlArgName { get; }VB
Public ReadOnly Property RequestExampleUrlArgName As String
GetC++
public:
property String^ RequestExampleUrlArgName {
String^ get ();
}F#
member RequestExampleUrlArgName : string with get