Click or drag to resize

IBrowserMainFrame Property

The main frame on the currently loaded web page, if it exists.

Namespace:  DotNetBrowser.Browser
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.16.0
Syntax
C#
IFrame MainFrame { get; }

Property Value

Type: IFrame
The main frame on the currently loaded web page. Can be null if there is no main frame.
Exceptions
ExceptionCondition
ObjectDisposedExceptionThe IBrowser has already been disposed.
ConnectionClosedExceptionThe connection to the Chromium engine is closed.
See Also