WebUtility Methods

.NET Framework (current version)
 

Namespace:   System.Net
Assembly:  System (in System.dll)

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticHtmlDecode(String^)

Converts a string that has been HTML-encoded for HTTP transmission into a decoded string.

System_CAPS_pubmethodSystem_CAPS_staticHtmlDecode(String^, TextWriter^)

Converts a string that has been HTML-encoded into a decoded string, and sends the decoded string to a TextWriter output stream.

System_CAPS_pubmethodSystem_CAPS_staticHtmlEncode(String^)

Converts a string to an HTML-encoded string.

System_CAPS_pubmethodSystem_CAPS_staticHtmlEncode(String^, TextWriter^)

Converts a string into an HTML-encoded string, and returns the output as a TextWriter stream of output.

System_CAPS_pubmethodSystem_CAPS_staticUrlDecode(String^)

Converts a string that has been encoded for transmission in a URL into a decoded string.

System_CAPS_pubmethodSystem_CAPS_staticUrlDecodeToBytes(array<Byte>^, Int32, Int32)

Converts an encoded byte array that has been encoded for transmission in a URL into a decoded byte array.

System_CAPS_pubmethodSystem_CAPS_staticUrlEncode(String^)

Converts a text string into a URL-encoded string.

System_CAPS_pubmethodSystem_CAPS_staticUrlEncodeToBytes(array<Byte>^, Int32, Int32)

Converts a byte array into a URL-encoded byte array.

Return to top
Show: