Gets or sets a value indicating whether field values are HTML-encoded before they are displayed in a System.Web.UI.WebControls.BoundField object.
Documentation for this section has not yet been entered.
Use the BoundField.HtmlEncode property to specify whether field values are HTML-encoded to their respective string representations before they are displayed in a System.Web.UI.WebControls.BoundField object. For example, if this property is true, a string value of "<script>" would be rendered as "<script>". If this property is false, the string would be rendered unchanged.
HTML-encoding field values helps to prevent cross-site scripting attacks and malicious content from being displayed. This property should be enabled whenever possible.