Click or drag to resize

EmulationClient.SetDocumentCookieDisabledAsync Method

Version 93.1.111
SetDocumentCookieDisabled

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

Parameters

disabled
Type: System.Boolean
Whether document.coookie API should be disabled.

Return Value

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