TopicTransformationCoreRenderTypeReferenceLink Method
This is used to render a reference link based on the given type information
Namespace: Sandcastle.Core.PresentationStyle.TransformationAssembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2024.12.21.0
public virtual void RenderTypeReferenceLink(
XElement content,
XElement typeInfo,
bool qualified
)
Public Overridable Sub RenderTypeReferenceLink (
content As XElement,
typeInfo As XElement,
qualified As Boolean
)
public:
virtual void RenderTypeReferenceLink(
XElement^ content,
XElement^ typeInfo,
bool qualified
)
abstract RenderTypeReferenceLink :
content : XElement *
typeInfo : XElement *
qualified : bool -> unit
override RenderTypeReferenceLink :
content : XElement *
typeInfo : XElement *
qualified : bool -> unit
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
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.