DisableScriptExecution Property
In This Topic
Gets or sets a value indicating whether or not to disable JavaScript on the page. Defaults to false.
Syntax
'Declaration
Public Property DisableScriptExecution As System.Boolean
public System.bool DisableScriptExecution {get; set;}
See Also