Templates ElementTemplate Parameter Style Property
This is used to get or set the template parameter style for HTML presentation styles
Definition
Namespace: Sandcastle.Core.PresentationStyle.Transformation.Elements
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
The default if not set explicitly is "parameter"
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
C#
public string TemplateParameterStyle { get; set; }VB
Public Property TemplateParameterStyle As String
Get
SetC++
public:
property String^ TemplateParameterStyle {
String^ get ();
void set (String^ value);
}F#
member TemplateParameterStyle : string with get, setProperty Value
StringThe default if not set explicitly is "parameter"