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.No

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

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

See Also

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