HttpUtility Class
Silverlight
Provides methods for encoding and decoding HTML and URL strings.
Namespace: System.Windows.Browser
Assembly: System.Windows.Browser (in System.Windows.Browser.dll)
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. |
For more information, see the System.Web.HttpUtility class in the .NET Framework documentation.
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.
