Click or drag to resize
Sandcastle Help File BuilderTopicLinkText Property
This is used to get or set the topic's optional link text.

Namespace: SandcastleBuilder.Utils.ConceptualContent
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntax
public string LinkText { get; set; }

Property Value

Type: String
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.
See Also