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

This marks the default literal content information for a web control. (equal to No.)

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

See Also

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