Click or drag to resize

EmulationClientSetDocumentCookieDisabledAsync Method

Version 94.4.20
SetDocumentCookieDisabled

Namespace:  CefSharp.DevTools.Emulation
Assembly:  CefSharp (in CefSharp.dll) Version: 94.4.20.0 (94.4.20.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