IBrowserGetAllFrames Method |
Version 130.1.90
Gets a collection of all the current frames.
Namespace: CefSharpAssembly: CefSharp (in CefSharp.dll) Version: 129.0.110.0 (129.0.110.0)
Syntax IReadOnlyCollection<IFrame> GetAllFrames()
IReadOnlyCollection<IFrame^>^ GetAllFrames()
Return Value
IReadOnlyCollectionIFrameframes
See Also