SandcastleProjectFeedbackEMailAddress Property
This read-only property is used to get the feedback e-mail address that appears in the footer of each
page.
Namespace: SandcastleBuilder.UtilsAssembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2024.9.12.0
public string FeedbackEMailAddress { get; }
Public ReadOnly Property FeedbackEMailAddress As String
Get
public:
property String^ FeedbackEMailAddress {
String^ get ();
}
member FeedbackEMailAddress : string with get
Property Value
String 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.