ReferenceLinkInfoRenderAsLink Property
This read-only property indicates whether or not to render the element as an actual link
Namespace: Sandcastle.Tools.BuildComponents.TargetsAssembly: Sandcastle.Tools.BuildComponents (in Sandcastle.Tools.BuildComponents.dll) Version: 2024.12.21.0
public bool RenderAsLink { get; }
Public ReadOnly Property RenderAsLink As Boolean
Get
public:
property bool RenderAsLink {
bool get ();
}
member RenderAsLink : bool with get
Property Value
BooleanIf true, it is rendered as a link. If false, it will be rendered as an identifier.