Returns or sets if running JavaScript is enabled in all future navigations in the control.
Syntax
object .IsScriptEnabled [= Value ]
The object placeholder represents an OrdoWebView2 control
Values
Value: The property values are as follows:
| Value | Description |
| True | The control executes the scripts present in the loaded page |
| False | No script will be executed |