This documentation is archived and is not being maintained.
HttpUtility Methods
.NET Framework 1.1
The methods of the HttpUtility class are listed here. For a complete list of HttpUtility class members, see the HttpUtility Members topic.
Public Methods
Equals (inherited from Object) | Overloaded. Determines whether two Object instances are equal. |
GetHashCode (inherited from Object) | Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. |
GetType (inherited from Object) | Gets the Type of the current instance. |
![]() HtmlAttributeEncode | Overloaded. Minimally converts a string into an HTML-encoded string. |
![]() HtmlDecode | Overloaded. Converts a string that has been HTML-encoded for HTTP transmission into a decoded string. |
![]() HtmlEncode | Overloaded. Converts a string into an HTML-encoded string for reliable HTTP transmission from the Web server to a client. |
ToString (inherited from Object) | Returns a String that represents the current Object. |
![]() UrlDecode | Overloaded. Converts a string that has been encoded for transmission in a URL into a decoded string. |
![]() UrlDecodeToBytes | Overloaded. Converts a URL-encoded string or byte array into a decoded array of bytes. |
![]() UrlEncode | Overloaded. Encodes a URL string for reliable HTTP transmission from the Web server to a client. |
![]() UrlEncodeToBytes | Overloaded. Converts a string or a byte array into an encoded array of bytes for reliable HTTP transmission from the Web server to a client. |
![]() UrlEncodeUnicode | Converts a string into a Unicode string. |
![]() UrlEncodeUnicodeToBytes | Converts a Unicode string into an array of bytes. |
![]() UrlPathEncode | Encodes the path portion of a URL string for reliable HTTP transmission from the Web server to a client. |
Protected Methods
Finalize (inherited from Object) | Overridden. Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
In C# and C++, finalizers are expressed using destructor syntax. |
MemberwiseClone (inherited from Object) | Creates a shallow copy of the current Object. |
See Also
Show:
