Click or drag to resize

EmulationClient.SetDocumentCookieDisabledAsync Method

Version 113.3.50
SetDocumentCookieDisabled

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