The Coder type exposes the following members.
Back to Top
Methods
| Name | Description | |
|---|---|---|
| DecodeHTML |
Decodes special characters within the specified HTML string.
For example, & will be converted to &.
| |
| Dispose | ||
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| PostDataEncode(String) |
Encodes a string so that it can be sent to a web server as POST data.
| |
| PostDataEncode(String, String) |
Encodes a string so that it can be sent to a web server as POST data, specifying the characters which shouldn't be encoded.
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) | |
| UrlDecode |
Decodes a percent-encoded string.
| |
| UrlEncode(String) |
Encodes a string using percent-encoding.
| |
| UrlEncode(String, String) |
Encodes a string using percent-encoding, specifying which characters should be encoded.
| |
| UrlEncode(String, String, Boolean) |
Encodes a string using percent-encoding, specifying which characters should be encoded (optionally including reserved characters).
|
See Also