Class UserAgentBrandVersion
Used to specify User Agent Client Hints to emulate. See https://wicg.github.io/ua-client-hints
public sealed class UserAgentBrandVersion
- Inheritance
-
UserAgentBrandVersion
- Inherited Members
Properties
Brand
brand
[JsonPropertyName("brand")]
public string Brand { get; set; }
Property Value
Version
version
[JsonPropertyName("version")]
public string Version { get; set; }