Table of Contents

TopicTransformationCore.ApiTopicShortNameDecorated Method

Definition

Namespace
Sandcastle.Core.PresentationStyle.Transformation
Assembly
Sandcastle.Core.dll

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

protected virtual IEnumerable<XNode> ApiTopicShortNameDecorated()

Returns

IEnumerable<XNode>

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.