TopicLink Text Property
This is used to get or set the topic's optional link text
Definition
Namespace: Sandcastle.Core.ConceptualContent
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
This can be used to provide different text that is used in links that refer to the topic. If not set, it will be set to the Title value.
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, setProperty Value
StringThis can be used to provide different text that is used in links that refer to the topic. If not set, it will be set to the Title value.