IBrowserGetFrameByIdentifier Method |
Version 130.1.90
Returns the frame with the specified identifier, or NULL if not found.
Namespace: CefSharpAssembly: CefSharp (in CefSharp.dll) Version: 129.0.110.0 (129.0.110.0)
Syntax IFrame GetFrameByIdentifier(
string identifier
)
IFrame^ GetFrameByIdentifier(
String^ identifier
)
Parameters
- identifier String
- identifier
Return Value
IFrameframe or null
See Also