Click or drag to resize

DOMClient.GetFrameOwnerAsync Method

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

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

Parameters

frameId
Type: System.String
frameId

Return Value

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