Enumeration representing the different kinds of encoding supported in the HtmlTextWriter.
[Visual Basic] Public Enum EncodingTypeEnum [C#] public enum EncodingTypeEnum [C++] public enum EncodingTypeEnum
[JScript] In JScript, you can use the enumerations in the NGWS frameworks, but you cannot define your own.
Member Name | Description |
---|---|
Html | Indicates that HTML encoding should be applied. This is the typically encoding for attributes. |
None | Indicates that no encoding should be applied. |
Url | Indicates that URL encoding should be applied. This is typically used for URL type attributes such as image source or hyperlink targets. |
Namespace: System.Web.UI
Assembly: System.Web.dll
System.Web.UI Namespace | TBD