Click or drag to resize

IBrowserAllFrames Property

Gets all the frames on the currently loaded web page.

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

Property Value

Type: IEnumerableIFrame
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