Table of Contents

Interface INavigatorOnline

Namespace
AngleSharp.Browser.Dom
Assembly
AngleSharp.dll

Connectivity information regarding the navigator.

[DomName("NavigatorOnLine")]
[DomNoInterfaceObject]
public interface INavigatorOnline
Extension Methods

Properties

IsOnline

Gets if the connection is established.

[DomName("onLine")]
bool IsOnline { get; }

Property Value

bool