ISandcastle ProjectFeedback EMail Link Text Property
This read-only property is used to get the feedback e-mail link text that appears in the feedback
e-mail link in the footer of each page.
Definition
Namespace: Sandcastle.Core.Project
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#
string FeedbackEMailLinkText { get; }VB
ReadOnly Property FeedbackEMailLinkText As String
GetC++
property String^ FeedbackEMailLinkText {
String^ get ();
}F#
abstract FeedbackEMailLinkText : string with getProperty Value
StringRemarks
If set, this text will appear as the link text for the FeedbackEMailAddress
link. If not set, the e-mail address is used for the link text.