Click or drag to resize

DOMClientGetFrameOwnerAsync Method

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

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

Parameters

frameId  String
frameId

Return Value

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