Class UserAgentBrandVersion
Used to specify User Agent Client Hints to emulate. See https://wicg.github.io/ua-client-hints
public sealed record UserAgentBrandVersion : IEquatable<UserAgentBrandVersion>
- Inheritance
-
UserAgentBrandVersion
- Implements
- Inherited Members
Constructors
UserAgentBrandVersion(string, string)
Used to specify User Agent Client Hints to emulate. See https://wicg.github.io/ua-client-hints
public UserAgentBrandVersion(string Brand, string Version)
Parameters
Properties
Brand
public string Brand { get; init; }
Property Value
Version
public string Version { get; init; }