Syntax WriterRender Reference Links Property
This is used to indicate whether or not the syntax writer should render reference links as actual
links.
Definition
Namespace: Sandcastle.Core.BuildAssembler.SyntaxGenerator
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
The default is false to render reference link elements as identifiers instead. If set to true, it will render them as actual clickable links if the target can be resolved.
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
C#
public bool RenderReferenceLinks { get; set; }VB
Public Property RenderReferenceLinks As Boolean
Get
SetC++
public:
property bool RenderReferenceLinks {
bool get ();
void set (bool value);
}F#
member RenderReferenceLinks : bool with get, setProperty Value
BooleanThe default is false to render reference link elements as identifiers instead. If set to true, it will render them as actual clickable links if the target can be resolved.