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