Click or drag to resize

EmulationSetDocumentCookieDisabledAsync Method

Version 85.3.121
SetDocumentCookieDisabled

Namespace:  CefSharp.DevTools.Emulation
Assembly:  CefSharp (in CefSharp.dll) Version: 85.3.121.0 (85.3.121.0)
Syntax
public Task<DevToolsMethodResponse> SetDocumentCookieDisabledAsync(
	bool disabled
)

Parameters

disabled
Type: SystemBoolean
Whether document.coookie API should be disabled.

Return Value

Type: TaskDevToolsMethodResponse
returns System.Threading.Tasks.Task<DevToolsMethodResponse>
See Also