Click or drag to resize
CKEditorControlForceSimpleAmpersand Property
Whether to force using '&' instead of '&' in elements attributes values, it's not recommended to change this setting for compliance with the W3C XHTML 1.0 standards (C.12, XHTML 1.0). Default value: false

Namespace: CMS.CKEditor
Assembly: CMS.CKEditor (in CMS.CKEditor.dll) Version: 8.2.23
Syntax
C#
public bool ForceSimpleAmpersand { get; set; }

Property Value

Type: Boolean
See Also