Click or drag to resize

IBrowserGetFrameByName Method

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

Namespace: CefSharp
Assembly: CefSharp (in CefSharp.dll) Version: 129.0.110.0 (129.0.110.0)
Syntax
IFrame GetFrameByName(
	string name
)

Parameters

name  String
name of frame

Return Value

IFrame
frame or null
See Also