Reference Link InfoRender As Link 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: 2026.1.20.0
If true, it is rendered as a link. If false, it will be rendered as an identifier.
Assembly: Sandcastle.Tools.BuildComponents (in Sandcastle.Tools.BuildComponents.dll) Version: 2026.1.20.0
C#
public bool RenderAsLink { get; }VB
Public ReadOnly Property RenderAsLink As Boolean
GetC++
public:
property bool RenderAsLink {
bool get ();
}F#
member RenderAsLink : bool with getProperty Value
BooleanIf true, it is rendered as a link. If false, it will be rendered as an identifier.