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