Suppress the <HEAD> block code to be emitted.

dbQP Abbr: nh
Version: All

Namespace:  Tornado
Assembly:  Tornado (in Tornado.dll) Version: 12.6.0.9 (1.0.0.0)

Syntax

C#
public bool dbNoHead { get; set; }
Visual Basic (Declaration)
Public Property dbNoHead As Boolean

Field Value

Mydb.dbNoHead= True|False(Def)

Remarks

Use this property in modules afte the first one.

For stylesheet suppression - use dbSkin="css=false"

Examples

CopyVB.NET
Mydb.dbNoHead= True;

See Also