HttpServerUtility.HtmlEncode Method
.NET Framework 4
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. |
Community Additions
ADD
Show: