HttpEncoder Methods
Assembly: System.Web (in System.Web.dll)
| 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 the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | HeaderNameValueEncode(String, String, String, String) | Encodes a header name and value into a string that can be used as an HTTP header. |
![]() | HtmlAttributeEncode(String, TextWriter) | Encodes an incoming value into a string that can be inserted into an HTML attribute that is delimited by using single or double quotation marks. |
![]() | HtmlDecode(String, TextWriter) | Decodes a value from an HTML-encoded string. |
![]() | HtmlEncode(String, TextWriter) | Encodes a string into an HTML-encoded string. |
![]() | JavaScriptStringEncode(String) | Encodes a string. |
![]() | MemberwiseClone() | |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
![]() | UrlEncode(Byte[], Int32, Int32) | Encodes an array of characters that are not allowed in a URL into a hexadecimal character-entity equivalent. |
![]() | UrlPathEncode(String) | Encodes a subsection of a URL. |

