ConvertibleElement(String, String, String, String) Constructor

Constructor

Definition

Namespace: Sandcastle.Core.PresentationStyle.Transformation.Elements
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2024.9.12.0
public ConvertibleElement(
	string name,
	string valueAttributeName,
	string renderedElement,
	string styleName
)

Parameters

name  String
The element name
valueAttributeName  String
The attribute name from which to get the value to render in the content
renderedElement  String
The element name to use in the rendered topic
styleName  String
The style name to use in the style attribute

See Also