Click or drag to resize

PageClientAddScriptToEvaluateOnNewDocumentAsync Method

Version 86.0.240

[Missing <summary> documentation for "M:CefSharp.DevTools.Page.PageClient.AddScriptToEvaluateOnNewDocumentAsync(System.String,System.String)"]

Namespace:  CefSharp.DevTools.Page
Assembly:  CefSharp (in CefSharp.dll) Version: 86.0.240.0 (86.0.240.0)
Syntax
public Task<AddScriptToEvaluateOnNewDocumentResponse> AddScriptToEvaluateOnNewDocumentAsync(
	string source,
	string worldName = null
)

Parameters

source
Type: SystemString

[Missing <param name="source"/> documentation for "M:CefSharp.DevTools.Page.PageClient.AddScriptToEvaluateOnNewDocumentAsync(System.String,System.String)"]

worldName (Optional)
Type: SystemString

[Missing <param name="worldName"/> documentation for "M:CefSharp.DevTools.Page.PageClient.AddScriptToEvaluateOnNewDocumentAsync(System.String,System.String)"]

Return Value

Type: TaskAddScriptToEvaluateOnNewDocumentResponse

[Missing <returns> documentation for "M:CefSharp.DevTools.Page.PageClient.AddScriptToEvaluateOnNewDocumentAsync(System.String,System.String)"]

See Also