ISandcastle ProjectWebsite Ad Content Property
This read-only property is used to get the ad content to place in each page in the website help file
format.
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 WebsiteAdContent { get; }VB
ReadOnly Property WebsiteAdContent As String
GetC++
property String^ WebsiteAdContent {
String^ get ();
}F#
abstract WebsiteAdContent : string with get