ITinyMceTemplateEntityEncoding Property
|
Gets and sets the entity encoding for the Tiny MCE Editor. Options are: named entities, numeric entities, or raw characters.
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.308
Syntax string EntityEncoding { get; set; }
Property EntityEncoding As String
Get
Set
property String^ EntityEncoding {
String^ get ();
void set (String^ value);
}
abstract EntityEncoding : string with get, set
Property Value
Type:
StringSee Also