IBrowserGetFrame Method (String) | 
Version 106.0.290 
            Returns the frame with the specified name, or NULL if not found.
            
 
    Namespace: 
   CefSharp
    Assembly:
   CefSharp (in CefSharp.dll) Version: 106.0.290.0 (106.0.290.0)
SyntaxIFrame GetFrame(
	string name
)
IFrame^ GetFrame(
	String^ name
)
Parameters
- name
 - Type: SystemString
name of frame 
Return Value
Type: 
IFrameframe or null
See Also