Topic Transformation CoreRender Type Reference Link 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: 2026.1.20.0
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
C#
public virtual void RenderTypeReferenceLink(
XElement content,
XElement typeInfo,
bool qualified
)VB
Public Overridable Sub RenderTypeReferenceLink (
content As XElement,
typeInfo As XElement,
qualified As Boolean
)C++
public:
virtual void RenderTypeReferenceLink(
XElement^ content,
XElement^ typeInfo,
bool qualified
)F#
abstract RenderTypeReferenceLink :
content : XElement *
typeInfo : XElement *
qualified : bool -> unit
override RenderTypeReferenceLink :
content : XElement *
typeInfo : XElement *
qualified : bool -> unit Parameters
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.