Determines whether the literal string of the System.Web.UI.WebControls.TextBox control must be HTML decoded.
true in all cases.
Use the TextBoxControlBuilder.HtmlDecodeLiterals method to determine whether the literal string of the System.Web.UI.WebControls.TextBox control must be HTML decoded. This implementation of the method always returns true to indicate that the literal string of the System.Web.UI.WebControls.TextBox control must be HTML decoded.