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.Web.UI
Assembly: CMS.CKEditor.Web.UI (in CMS.CKEditor.Web.UI.dll) Version: 11.0.0
Syntax
C#
public bool ForceSimpleAmpersand { get; set; }

Property Value

Type: Boolean
See Also