TopicTransformationCoreApiTopicShortNameDecorated Method
Get the short type/member name for an API topic decorated with language-specific text. This is used
for page title.
Namespace: Sandcastle.Core.PresentationStyle.TransformationAssembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2024.12.21.0
protected virtual IEnumerable<XNode> ApiTopicShortNameDecorated()
Protected Overridable Function ApiTopicShortNameDecorated As IEnumerable(Of XNode)
protected:
virtual IEnumerable<XNode^>^ ApiTopicShortNameDecorated()
abstract ApiTopicShortNameDecorated : unit -> IEnumerable<XNode>
override ApiTopicShortNameDecorated : unit -> IEnumerable<XNode>
Return Value
IEnumerableXNodeAn enumerable list of XML elements representing the current topic's type/member name
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.