AntiXssEncoder Methods
Assembly: System.Web (in System.Web.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | CssEncode(String) | Encodes the specified string for use in cascading style sheets (CSS). |
![]() | 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.(Inherited from HttpEncoder.) |
![]() | HtmlAttributeEncode(String, TextWriter) | Encodes and outputs the specified string for use in an HTML attribute.(Overrides HttpEncoder.HtmlAttributeEncode(String, TextWriter).) |
![]() | HtmlDecode(String, TextWriter) | Decodes a value from an HTML-encoded string.(Inherited from HttpEncoder.) |
![]() ![]() | HtmlEncode(String, Boolean) | Encodes the specified string for use as text in HTML markup and optionally specifies whether to use HTML 4.0 named entities. |
![]() | HtmlEncode(String, TextWriter) | Encodes the specified string for use as text in HTML markup and outputs the string by using the specified text writer.(Overrides HttpEncoder.HtmlEncode(String, TextWriter).) |
![]() ![]() | HtmlFormUrlEncode(String) | Encodes the specified string for use in form submissions whose MIME type is "application/x-www-form-urlencoded". |
![]() ![]() | HtmlFormUrlEncode(String, Encoding) | Encodes the specified string for form submissions whose MIME type is "application/x-www-form-urlencoded" by using the specified character encoding type. |
![]() ![]() | HtmlFormUrlEncode(String, Int32) | Encodes the specified string for use in form submissions whose MIME type is "application/x-www-form-urlencoded" by using the specified code page. |
![]() | JavaScriptStringEncode(String) | Encodes a string.(Inherited from HttpEncoder.) |
![]() ![]() | MarkAsSafe(LowerCodeCharts, LowerMidCodeCharts, MidCodeCharts, UpperMidCodeCharts, UpperCodeCharts) | Marks characters from the specified Unicode code charts as safe. |
![]() | MemberwiseClone() | |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
![]() | UrlEncode(Byte(), Int32, Int32) | Encodes the specified byte array for use in a URL, starting at the specified offset in the byte array and encoding the specified number of bytes.(Overrides HttpEncoder.UrlEncode(Byte(), Int32, Int32).) |
![]() ![]() | UrlEncode(String) | Encodes the specified string for use in a URL. |
![]() ![]() | UrlEncode(String, Encoding) | Encodes the specified string for use in a URL by using the specified character encoding type. |
![]() ![]() | UrlEncode(String, Int32) | Encodes the specified string for use in a URL by using the specified code page. |
![]() | UrlPathEncode(String) | Encodes path strings for use in a URL.(Overrides HttpEncoder.UrlPathEncode(String).) |
![]() ![]() | XmlAttributeEncode(String) | Encodes the specified string for use in XML attributes. |
![]() ![]() | XmlEncode(String) | Encodes the specified string for use in XML attributes. |


