Toc EntryLink Text Property
The link text for the topic previewer
Definition
Namespace: Sandcastle.Core.ConceptualContent
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
C#
public string LinkText { get; set; }VB
Public Property LinkText As String
Get
SetC++
public:
property String^ LinkText {
String^ get ();
void set (String^ value);
}F#
member LinkText : string with get, set