CommonUserAgents Class

IronWebScraper

CommonUserAgents Class

Static helper class which lists common web-browser user-agent strings.
Inheritance Hierarchy
SystemObject  IronWebScraperCommonUserAgents

Namespace:  IronWebScraper
Assembly:  IronWebScraper (in IronWebScraper.dll) Version: 4.0.4.25470 (4.0.4.3)
Syntax
public static class CommonUserAgents
Public NotInheritable Class CommonUserAgents

The CommonUserAgents type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberAll
Common desktop, tablet and mobile user-agent strings.
Public propertyStatic memberDesktopUserAgents
Common desktop web-browser user-agent strings. Chrome, IE11 and Safari.
Public propertyStatic memberMobileUserAgents
Common mobile web-browser user-agent strings. iPad, iPhone and Windows Tablet.
Top
Fields
  NameDescription
Public fieldStatic memberChromeDesktopUserAgents
Common desktop Chrome web-browser user-agent strings, most popular first.
Public fieldStatic memberFireFoxDesktopUserAgents
Common desktop FireFox web-browser user-agent strings, most popular first.
Public fieldStatic memberIE11DesktopUserAgents
Common IE11 desktop web-browser user-agent strings, most popular first. Only IE11 is listed for IE to give the best chance of consistent HTML being served.
Public fieldStatic memberIPadUserAgents
Common Apple iApd user agent strings.
Public fieldStatic memberIPhoneUserAgents
Common Apple iPhone user agent strings.
Public fieldStatic memberSafariDesktopUserAgents
Common OS X Safari web-browser user-agent strings, most popular first.
Public fieldStatic memberWindowsTabletUserAgents
Common Windows Tablet user-agent strings.
Top
See Also