SyntaxWriter.RenderReferenceLinks Property
Definition
- Assembly
- Sandcastle.Core.dll
This is used to indicate whether or not the syntax writer should render reference links as actual links.
public bool RenderReferenceLinks { get; set; }
Property Value
- bool
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.