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!

LiteralContentAttribute.Yes

This marks a web/custom control as a literal content tag in Trident.

[Visual Basic]
Public Shared ReadOnly Yes As LiteralContentAttribute
[C#]
public static readonly LiteralContentAttribute Yes;
[C++]
public: static readonly LiteralContentAttribute* Yes;
[JScript]
public static var Yes : LiteralContentAttribute;

See Also

LiteralContentAttribute Class | LiteralContentAttribute Members | System.Web.UI Namespace