Click or drag to resize

PageClientCreateIsolatedWorldAsync Method

Version 86.0.240

[Missing <summary> documentation for "M:CefSharp.DevTools.Page.PageClient.CreateIsolatedWorldAsync(System.String,System.String,System.Nullable{System.Boolean})"]

Namespace:  CefSharp.DevTools.Page
Assembly:  CefSharp (in CefSharp.dll) Version: 86.0.240.0 (86.0.240.0)
Syntax
public Task<CreateIsolatedWorldResponse> CreateIsolatedWorldAsync(
	string frameId,
	string worldName = null,
	Nullable<bool> grantUniveralAccess = null
)

Parameters

frameId
Type: SystemString

[Missing <param name="frameId"/> documentation for "M:CefSharp.DevTools.Page.PageClient.CreateIsolatedWorldAsync(System.String,System.String,System.Nullable{System.Boolean})"]

worldName (Optional)
Type: SystemString

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

grantUniveralAccess (Optional)
Type: SystemNullableBoolean

[Missing <param name="grantUniveralAccess"/> documentation for "M:CefSharp.DevTools.Page.PageClient.CreateIsolatedWorldAsync(System.String,System.String,System.Nullable{System.Boolean})"]

Return Value

Type: TaskCreateIsolatedWorldResponse

[Missing <returns> documentation for "M:CefSharp.DevTools.Page.PageClient.CreateIsolatedWorldAsync(System.String,System.String,System.Nullable{System.Boolean})"]

See Also