HttpUtility Class
Provides the methods for encoding and decoding the URLs. This class cannot be inherited.
Definition
| public sealed class HttpUtility: Object |
Members Table
The following table lists the members exposed by the HttpUtility object. Click a tab on the left to choose the type of member you want to view.
Methods
| Method | Description |
|---|
| DecodeQuery | Converts a string that has been encoded for HTTP transmission into a StringDictionary. |
| EncodeQuery | Converts a StringDictionary into an encoded string for reliable HTTP transmission. |
| Equals | Overloaded. Compares two objects to determine if they are equal. (Inherited from Object) |
| GetHashCode | Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object) |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| ReferenceEquals | Determines whether the specified Object instances are the same instance. (Inherited from Object) |
| ToString | Returns a String that represents the current Object. (Inherited from Object) |
| UrlDecode | Converts a string of a URL that has been encoded for HTTP transmission into a decoded string. |
| UrlEncode | Encodes a URL string for reliable HTTP transmission. |
Inheritance Hierarchy
ObjectHttpUtility
Class Information
| Namespace | System.Web |
|---|
| Flash Library | System.scl |
|---|
| Flash Library Version | 2.0.0.1308 |
|---|
| Silverlight Library | System.Windows.Forms.dll |
|---|