| CKEditorControlEmailProtection Property | 
             The e-mail address anti-spam protection option. The protection will be applied when creating or modifying e-mail links through the editor interface.
            
             Two methods of protection can be chosen:
             The e-mail parts (name, domain and any other query string) are assembled into a
             function call pattern. Such function must be provided by the developer in
             the pages that will use the contents.
            
             Only the e-mail address is obfuscated into a special string that has no
             meaning for humans or spam bots, but which is properly rendered and
             accepted by the browser.
            
             Both approaches require JavaScript to be enabled.
            
             Default value: empty string = disabled
            
             Set to null for default value
             
 
Namespace: CMS.CKEditor.Web.UIAssembly: CMS.Base.Web.UI (in CMS.Base.Web.UI.dll) Version: 13.0.131
 Syntax
Syntaxpublic string EmailProtection { get; set; }Return Value
Type: 
Stringnull if the default value is set
 See Also
See Also