If true, this addon will be execute at the end of every page and its content added to right before the end-body tag


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

Syntax

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

See Also