2 This file defines some of the browsers that Microsoft's implementation provides in
\r
3 <windir>\Microsoft.NET\Framework\<ver>\CONFIG\Browsers\*.browser
5 It is not derived from any file distributed with Microsoft's implementation. Since
6 we can't distribute MS's browser files, we use browscap.ini to determine
7 browser capabilities. Then, if and only if the application contains App_Browser/*.browser
8 files and we are using .NET 2.0 or higher, we supplement the capabilities with the
9 information in those files and the files in this directory. The primary goal of this file
10 is provide browser definitions that might be referenced in App_Browser/*.browser files.
\r
13 <defaultBrowser id="Default">
\r
15 <browser id="Default">
17 <userAgent match="." />
20 <browser id="IE6to9" parentID="Default">
22 <capability name="majorver" match="^[6-9]" />
23 <capability name="browser" match="^(IE|AOL)$" />
26 <browser id="Opera8to9" parentID="Default">
\r
28 <capability name="majorver" match="^[8-9]" />
29 <capability name="browser" match="^Opera$" />
32 <browser id="Safari" parentID="Default">
\r
34 <capability name="browser" match="^Safari$" />
37 <browser id="Mozilla" parentID="Default">
\r
39 <capability name="browser" match="^Mozilla" />