Click or drag to resize

IBrowserGetFrameByIdentifier Method

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

Namespace: CefSharp
Assembly: CefSharp (in CefSharp.dll) Version: 129.0.110.0 (129.0.110.0)
Syntax
IFrame GetFrameByIdentifier(
	string identifier
)

Parameters

identifier  String
identifier

Return Value

IFrame
frame or null
See Also