Topic Transformation CoreHas Website Ad Content Property
This property is used to get or set whether or not all pages should be have the website ad content
item inserted into them.
Definition
Namespace: Sandcastle.Core.PresentationStyle.Transformation
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
This will be true if the project's website ad content property contains a value, false if not
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
C#
public bool HasWebsiteAdContent { get; set; }VB
Public Property HasWebsiteAdContent As Boolean
Get
SetC++
public:
property bool HasWebsiteAdContent {
bool get ();
void set (bool value);
}F#
member HasWebsiteAdContent : bool with get, setProperty Value
BooleanThis will be true if the project's website ad content property contains a value, false if not