SyntaxWriterRenderReferenceLinks 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: 2024.9.12.0
public bool RenderReferenceLinks { get; set; }

Property Value

Boolean
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.

See Also