DOMClientGetFrameOwnerAsync Method |
Version 98.1.210
Returns iframe node that owns iframe with the given domain.
Namespace:
CefSharp.DevTools.DOM
Assembly:
CefSharp (in CefSharp.dll) Version: 98.1.210.0 (98.1.210.0)
Syntax public Task<GetFrameOwnerResponse> GetFrameOwnerAsync(
string frameId
)
public:
Task<GetFrameOwnerResponse^>^ GetFrameOwnerAsync(
String^ frameId
)
Parameters
- frameId
- Type: SystemString
frameId
Return Value
Type:
TaskGetFrameOwnerResponsereturns System.Threading.Tasks.Task<GetFrameOwnerResponse>
See Also