UserAgentMetadataFullVersionList Property |
Version 118.6.80
Brands appearing in Sec-CH-UA-Full-Version-List.
Namespace:
CefSharp.DevTools.Emulation
Assembly:
CefSharp.Core (in CefSharp.Core.dll) Version: 118.6.80.0
Syntax public IList<UserAgentBrandVersion> FullVersionList { get; set; }
public:
property IList<UserAgentBrandVersion^>^ FullVersionList {
IList<UserAgentBrandVersion^>^ get ();
void set (IList<UserAgentBrandVersion^>^ value);
}
Property Value
Type:
IListUserAgentBrandVersionSee Also