Themed 2026 Presentation Style Preview

PassthroughElement(String, Boolean) Constructor

Constructor

Definition

Namespace: Sandcastle.Core.PresentationStyle.Transformation.Elements
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2025.12.18.0
public PassthroughElement(
	string name,
	bool isBlockElement
)

Parameters

name  String
The element name
isBlockElement  Boolean
True if the element is a block element, false if it is not

See Also