This documentation is archived and is not being maintained.
HttpServerUtility::HtmlEncode Method
Visual Studio 2010
Encodes a string to be displayed in a browser.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
HtmlEncode(String) | HTML-encodes a string and returns the encoded string. |
|
HtmlEncode(String, TextWriter) | HTML-encodes a string and sends the resulting output to a TextWriter output stream. |
Show: