This documentation is archived and is not being maintained.
TextBoxControlBuilder.HtmlDecodeLiterals Method
.NET Framework 1.1
Checks whether the literal string of the TextBox control must be HTML decoded.
[Visual Basic] Overrides Public Function HtmlDecodeLiterals() As Boolean [C#] public override bool HtmlDecodeLiterals(); [C++] public: bool HtmlDecodeLiterals(); [JScript] public override function HtmlDecodeLiterals() : Boolean;
Return Value
true for all cases.
Remarks
Use the HtmlDecodeLiterals method to determine whether the literal string of the TextBox control must be HTML decoded. This implementation of the method always returns true to indicate that the literal string of the TextBox control must be HTML decoded.
Requirements
Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family
See Also
TextBoxControlBuilder Class | TextBoxControlBuilder Members | System.Web.UI.WebControls Namespace | TextBox
Show: