Click or drag to resize

WebContentsExecuteJavascriptAsync Method

[Missing <summary> documentation for "M:Openfin.Desktop.WebContents.ExecuteJavascriptAsync(System.String)"]

Namespace:  Openfin.Desktop
Assembly:  OpenfinDesktop (in OpenfinDesktop.dll) Version: 17.4.0
Syntax
C#
public Task<Object> ExecuteJavascriptAsync(
	string jsCode
)

Parameters

jsCode
Type: SystemString

[Missing <param name="jsCode"/> documentation for "M:Openfin.Desktop.WebContents.ExecuteJavascriptAsync(System.String)"]

Return Value

Type: TaskObject

[Missing <returns> documentation for "M:Openfin.Desktop.WebContents.ExecuteJavascriptAsync(System.String)"]

See Also