Click or drag to resize

IBrowserGetFrame Method (String)

Version 99.2.120
Returns the frame with the specified name, or NULL if not found.

Namespace:  CefSharp
Assembly:  CefSharp (in CefSharp.dll) Version: 99.2.120.0 (99.2.120.0)
Syntax
IFrame GetFrame(
	string name
)

Parameters

name
Type: SystemString
name of frame

Return Value

Type: IFrame
frame or null
See Also