TopicTransformationCoreElementHandlerFor Method

This is used to retrieve the current handler for the given element name

Definition

Namespace: Sandcastle.Core.PresentationStyle.Transformation
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2024.12.21.0
public Element ElementHandlerFor(
	string elementName
)

Parameters

elementName  String
The element name for which to get the handler

Return Value

Element
The element handler if found or null if there isn't one

See Also