TopicTransformationCoreApiTopicShortNameDecorated Method

Get the short type/member name for an API topic decorated with language-specific text. This is used for page title.

Definition

Namespace: Sandcastle.Core.PresentationStyle.Transformation
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2024.12.21.0
protected virtual IEnumerable<XNode> ApiTopicShortNameDecorated()

Return Value

IEnumerableXNode
An enumerable list of XML elements representing the current topic's type/member name

Remarks

This will render language-specific text elements where needed. Non-HTML presentation styles may override this method to obtain the result and then strip or replace the language-specific text elements as they see fit.

See Also