Click or drag to resize

DOMClientGetFrameOwnerAsync Method

Version 118.6.80
Returns iframe node that owns iframe with the given domain.

Namespace:  CefSharp.DevTools.DOM
Assembly:  CefSharp.Core (in CefSharp.Core.dll) Version: 118.6.80.0
Syntax
public Task<GetFrameOwnerResponse> GetFrameOwnerAsync(
	string frameId
)

Parameters

frameId
Type: SystemString
frameId

Return Value

Type: TaskGetFrameOwnerResponse
returns System.Threading.Tasks.Task<GetFrameOwnerResponse>
See Also