This documentation is archived and is not being maintained.
HttpEncoder Methods
Visual Studio 2010
The HttpEncoder type exposes the following members.
| Name | Description | |
|---|---|---|
|
Equals(Object) | 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 a hash function for a particular type. (Inherited from Object.) |
|
GetType | Gets the Type of the current instance. (Inherited from Object.) |
|
HeaderNameValueEncode | Encodes a header name and value into a string that can be used as an HTTP header. |
|
HtmlAttributeEncode | Encodes an incoming value into a string that can be inserted into an HTML attribute that is delimited by using double quotation marks. |
|
HtmlDecode | Decodes a value from an HTML-encoded string. |
|
HtmlEncode | Encodes a string into an HTML-encoded string. |
|
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
|
ToString | Returns a string that represents the current object. (Inherited from Object.) |
|
UrlEncode | Encodes an array of characters that are not allowed in a URL into a hexadecimal character-entity equivalent. |
|
UrlPathEncode | Encodes a subsection of a URL. |
Show: