NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

EncodingTypeEnum Enumeration

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.

Members

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.

Requirements

Namespace: System.Web.UI

Assembly: System.Web.dll

See Also

System.Web.UI Namespace | TBD