ReferenceLinkInfoRenderAsLink Property

This read-only property indicates whether or not to render the element as an actual link

Definition

Namespace: Sandcastle.Tools.BuildComponents.Targets
Assembly: Sandcastle.Tools.BuildComponents (in Sandcastle.Tools.BuildComponents.dll) Version: 2024.12.21.0
public bool RenderAsLink { get; }

Property Value

Boolean
If true, it is rendered as a link. If false, it will be rendered as an identifier.

See Also