DOMClientGetFrameOwnerAsync Method  | 
Version 106.0.290 
            Returns iframe node that owns iframe with the given domain.
            
 
    Namespace: 
   CefSharp.DevTools.DOM
    Assembly:
   CefSharp (in CefSharp.dll) Version: 106.0.290.0 (106.0.290.0)
Syntaxpublic 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