Javascript code that will be placed in the document right before the end-body tag. Do not include script tags.


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

Syntax

Visual Basic (Declaration)
Public MustOverride ReadOnly Property JavaScriptBodyEnd As String
C#
public abstract string JavaScriptBodyEnd { get; }
C++
public abstract property string JavaScriptBodyEnd abstract  {
    String get();
}
J#
/** property */
public string get_JavaScriptBodyEnd();
JScript
public function get JavaScriptBodyEnd() : String

See Also