Text here will be added to the meta description section of the document head.


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

Syntax

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

See Also