Table of Contents

SyntaxWriter.RenderReferenceLinks Property

Namespace
Sandcastle.Core.BuildAssembler.SyntaxGenerator
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.