ISandcastleProjectFeedbackEMailAddress Property

This read-only property is used to get the feedback e-mail address that appears in the footer of each page.

Definition

Namespace: Sandcastle.Core.Project
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2025.9.30.0
string FeedbackEMailAddress { get; }

Property Value

String

Remarks

If not set, no feedback link will appear. If FeedbackEMailLinkText is set, that text will appear as the text for the link. If not set, the e-mail address is used as the link text.

See Also