CommonUserAgents Class
From IronWebScraper
IronWebScraper - The C# Web Scraping Library
CommonUserAgents Class |
Static helper class which lists common web-browser user-agent strings.
Namespace: IronWebScraper
Assembly: IronWebScraper (in IronWebScraper.dll) Version: 4.0.4.25470 (4.0.4.3)
The CommonUserAgents type exposes the following members.
| Name | Description | |
|---|---|---|
| All |
Common desktop, tablet and mobile user-agent strings.
| |
| DesktopUserAgents |
Common desktop web-browser user-agent strings. Chrome, IE11 and Safari.
| |
| MobileUserAgents |
Common mobile web-browser user-agent strings. iPad, iPhone and Windows Tablet.
|
| Name | Description | |
|---|---|---|
| ChromeDesktopUserAgents |
Common desktop Chrome web-browser user-agent strings, most popular first.
| |
| FireFoxDesktopUserAgents |
Common desktop FireFox web-browser user-agent strings, most popular first.
| |
| IE11DesktopUserAgents |
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.
| |
| IPadUserAgents |
Common Apple iApd user agent strings.
| |
| IPhoneUserAgents |
Common Apple iPhone user agent strings.
| |
| SafariDesktopUserAgents |
Common OS X Safari web-browser user-agent strings, most popular first.
| |
| WindowsTabletUserAgents |
Common Windows Tablet user-agent strings.
|