TopicTransformationCoreRenderTypeReferenceLink Method

This is used to render a reference link based on the given type information

Definition

Namespace: Sandcastle.Core.PresentationStyle.Transformation
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2024.12.21.0
public virtual void RenderTypeReferenceLink(
	XElement content,
	XElement typeInfo,
	bool qualified
)

Parameters

content  XElement
The content element to which the link is added
typeInfo  XElement
An element containing the type information for the reference link
qualified  Boolean
True to fully qualify the type, false to show the type name alone

Remarks

This method will call itself recursively if necessary to render type specializations, template parameter types, array types, etc. 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