If true, this addon will be execute at the start of every page and it's content added to right after the body tag


Namespace: Contensive.BaseClasses
Assembly: CPBase (in CPBase.dll)

Syntax

Visual Basic (Declaration)
Public MustOverride ReadOnly Property OnBodyStart As Boolean
C#
public abstract bool OnBodyStart { get; }
C++
public abstract property bool OnBodyStart abstract  {
    bool get();
}
J#
/** property */
public bool get_OnBodyStart();
JScript
public function get OnBodyStart() : bool

See Also