mscorlib(4.0.0.0) API with additions
|
This is the complete list of members for System.Net.WebUtility, including all inherited members.
HtmlDecode(string value) | System.Net.WebUtility | static |
HtmlDecode(string value, TextWriter output) | System.Net.WebUtility | static |
HtmlEncode(string value) | System.Net.WebUtility | static |
HtmlEncode(string value, TextWriter output) | System.Net.WebUtility | static |
UrlDecode(string encodedValue) | System.Net.WebUtility | static |
UrlDecodeToBytes(byte[] encodedValue, int offset, int count) | System.Net.WebUtility | static |
UrlEncode(string value) | System.Net.WebUtility | static |
UrlEncodeToBytes(byte[] value, int offset, int count) | System.Net.WebUtility | static |