SyntaxElementTabbed Constructor

Constructor

Definition

Namespace: Sandcastle.Core.PresentationStyle.Transformation.Elements.Html
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2024.9.12.0
public SyntaxElementTabbed(
	string requestExampleUrlArgName,
	string baseSourceCodeUrlArgName
)

Parameters

requestExampleUrlArgName  String
The Request Example URL transformation argument name to use or null if there isn't one.
baseSourceCodeUrlArgName  String
The base source code URL transformation argument name to use or null if there isn't one.

See Also