All content in the field will be added directly, as-is to the document head.


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

Syntax

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

See Also