AngleSharp by AngleSharp

<PackageReference Include="AngleSharp" Version="0.9.5" />

 INavigatorId

public interface INavigatorId
Holds the user-agent information.
string Name { get; }

Gets the name of the application.

string Platform { get; }

Gets the platform of the application.

string UserAgent { get; }

Gets the full name of the user-agent.

string Version { get; }

Gets the version of the application.