UserAgentMetadataBrands Property |
Version 111.2.70
Brands appearing in Sec-CH-UA.
Namespace:
CefSharp.DevTools.Emulation
Assembly:
CefSharp (in CefSharp.dll) Version: 111.2.70.0 (111.2.70.0)
Syntax public IList<UserAgentBrandVersion> Brands { get; set; }
public:
property IList<UserAgentBrandVersion^>^ Brands {
IList<UserAgentBrandVersion^>^ get ();
void set (IList<UserAgentBrandVersion^>^ value);
}
Property Value
Type:
IListUserAgentBrandVersionSee Also