Click or drag to resize

EmulationClientSetDocumentCookieDisabledAsync Method

Version 99.2.120
SetDocumentCookieDisabled

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