Click or drag to resize

EmulationClientSetDocumentCookieDisabledAsync Method

Version 130.1.90
SetDocumentCookieDisabled

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

Parameters

disabled  Boolean
Whether document.coookie API should be disabled.

Return Value

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