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
Platform
Gets the platform of the application.
[DomName("platform")]
string Platform { get; }
Property Value
UserAgent
Gets the full name of the user-agent.
[DomName("userAgent")]
string UserAgent { get; }
Property Value
Version
Gets the version of the application.
[DomName("appVersion")]
string Version { get; }