InsertRSSFeedSecureHtmlEncoding Property Content Studio 5.7 SDK
Content Studio Web Content Management System

[This is preliminary documentation and is subject to change.]

Sets or gets a value that indicates if the displayed result should be HTML encoded. The default value is true.

Namespace: ContentStudio.Site.ActiveScripting.Misc
Assembly: CS_SiteLib (in CS_SiteLib.dll) Version: 5.7.5016.0 (5.7.5016.0)
Syntax

public bool SecureHtmlEncoding { get; set; }

Property Value

Type: Boolean
Remarks

This property should always be true unless you really need it and the source is highly trusted. Turning off this functionality can cause security problems with HTML injections, if the source contains active content.
See Also

Reference