WebUtility Class
.NET Framework 4
Provides methods for encoding and decoding URLs when processing Web requests.
Name | Description | |
---|---|---|
HtmlDecode(String) | Converts a string that has been HTML-encoded for HTTP transmission into a decoded string. | |
HtmlDecode(String, TextWriter) | Converts a string that has been HTML-encoded into a decoded string, and sends the decoded string to aTextWriter output stream. | |
HtmlEncode(String) | Converts a string to an HTML-encoded string. | |
HtmlEncode(String, TextWriter) | Conver |
No comments:
Post a Comment