Property AllFrames
- Namespace
- DotNetBrowser.Browser
- Assembly
- DotNetBrowser.dll
AllFrames
Gets all the frames on the currently loaded web page.
IEnumerable<IFrame> AllFrames { get; }
Property Value
- IEnumerable<IFrame>
All the frames on the currently loaded web page. If the current browser did not load any web pages, this will be an empty collection.
Exceptions
- ObjectDisposedException
The IBrowser has already been disposed.
- ConnectionClosedException
The connection to the Chromium engine is closed.