Table of Contents

Interface INavigatorId

Namespace
AngleSharp.Browser.Dom
Assembly
AngleSharp.dll

Holds the user-agent information.

[DomName("NavigatorID")]
[DomNoInterfaceObject]
public interface INavigatorId
Extension Methods

Properties

Name

Gets the name of the application.

[DomName("appName")]
string Name { get; }

Property Value

string

Platform

Gets the platform of the application.

[DomName("platform")]
string Platform { get; }

Property Value

string

UserAgent

Gets the full name of the user-agent.

[DomName("userAgent")]
string UserAgent { get; }

Property Value

string

Version

Gets the version of the application.

[DomName("appVersion")]
string Version { get; }

Property Value

string