HttpUtility Methods
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
The HttpUtility type exposes the following members.
| Name | Description | |
|---|---|---|
|
HtmlDecode | Converts a string that has been HTML-encoded (for HTTP transmission) into a decoded string. |
|
HtmlEncode | Converts a text string into an HTML-encoded string. |
|
UrlDecode | Converts a string that has been encoded for transmission in a URL into a decoded string. |
|
UrlEncode | Converts a text string into a URL-encoded string. |
Show: