Gets or sets whether or not JavaScript will be included in the html. True indicates JaveScript will be used; otherwise false. The default is true.
Syntax
'Declaration
Public Property JavaScript As Boolean
public bool JavaScript {get; set;}
Property Value
A boolean value indicating whether or not JavaScript will be used in the html
See Also