EmulationClientSetScriptExecutionDisabledAsync Method |
Version 130.1.90
Switches script execution in the page.
Namespace: CefSharp.DevTools.EmulationAssembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax public Task<DevToolsMethodResponse> SetScriptExecutionDisabledAsync(
bool value
)
public:
Task<DevToolsMethodResponse^>^ SetScriptExecutionDisabledAsync(
bool value
)
Parameters
- value Boolean
- Whether script execution should be disabled in the page.
Return Value
TaskDevToolsMethodResponsereturns System.Threading.Tasks.Task<DevToolsMethodResponse>
See Also