Click or drag to resize

IBrowser.AllFrames Property

Gets all the frames on the currently loaded web page.

Namespace:  DotNetBrowser.Browser
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.22.1
Syntax
C#
IEnumerable<IFrame> AllFrames { get; }

Property Value

Type: 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
ExceptionCondition
ObjectDisposedExceptionThe IBrowser has already been disposed.
ConnectionClosedExceptionThe connection to the Chromium engine is closed.
See Also