Property MainFrame
- Namespace
- DotNetBrowser.Browser
- Assembly
- DotNetBrowser.dll
MainFrame
The main frame on the currently loaded web page, if it exists.
IFrame MainFrame { get; }
Property Value
- IFrame
The main frame on the currently loaded web page. Can be null if there is no main frame.
Exceptions
- ObjectDisposedException
The IBrowser has already been disposed.
- ConnectionClosedException
The connection to the Chromium engine is closed.