Click or drag to resize

BrowserClientSetDownloadBehaviorAsync Method

Version 86.0.240

[Missing <summary> documentation for "M:CefSharp.DevTools.Browser.BrowserClient.SetDownloadBehaviorAsync(System.String,System.String,System.String)"]

Namespace:  CefSharp.DevTools.Browser
Assembly:  CefSharp (in CefSharp.dll) Version: 86.0.240.0 (86.0.240.0)
Syntax
public Task<DevToolsMethodResponse> SetDownloadBehaviorAsync(
	string behavior,
	string browserContextId = null,
	string downloadPath = null
)

Parameters

behavior
Type: SystemString

[Missing <param name="behavior"/> documentation for "M:CefSharp.DevTools.Browser.BrowserClient.SetDownloadBehaviorAsync(System.String,System.String,System.String)"]

browserContextId (Optional)
Type: SystemString

[Missing <param name="browserContextId"/> documentation for "M:CefSharp.DevTools.Browser.BrowserClient.SetDownloadBehaviorAsync(System.String,System.String,System.String)"]

downloadPath (Optional)
Type: SystemString

[Missing <param name="downloadPath"/> documentation for "M:CefSharp.DevTools.Browser.BrowserClient.SetDownloadBehaviorAsync(System.String,System.String,System.String)"]

Return Value

Type: TaskDevToolsMethodResponse

[Missing <returns> documentation for "M:CefSharp.DevTools.Browser.BrowserClient.SetDownloadBehaviorAsync(System.String,System.String,System.String)"]

See Also