Categories:
Android (1)
Audio (7)
C/C++ (2)
Compression (7)
Database (6)
Document (14)
Email (3)
General (50)
Graphics (17)
Image (8)
Java (1)
Picture (1)
Presentation (7)
Programming (17)
Spreadsheet (11)
Video (8)
Web (13)
Windows (63)
XML (4)
Other Resources:
.BROWSER - File Extension for ASP.NET Browser Definition
What is BROWSER? BROWSER, short name for ASP.NET Browser Definition, is used as the file extension for ASP.NET Browser Definition files. .BROWSER files are XML files that are used to store browser definitions for ASP.NET applications. See the sample .BROWSER file included below.
✍: FYIcenter.com
File Extension: .BROWSER
MIME Type: text/plain
File Content: ASP.NET Browser Definition
.BROWSER files are ASP.NET Browser Definition files, that are used to store browser definitions for ASP.NET applications. Here is a sample .BROWSER ASP.NET Browser Definition file, opera.browser:
<browsers> <!-- sample UA "Opera/7.51 (Windows NT 5.1; U) [en]" --> <!-- sample UA "Mozilla/4.0 (compatible; MSIE 5.0; Linux 2.4.6-rmk1-np2-embedix armv4l; 240x320) Opera 5.0 [en]" --> <browser id="Opera" parentID="Default"> <identification> <userAgent match="Opera[ /](?'version'(?'major'\d+)(?'minor'\.\d+)(?'letters'\w*))" /> </identification> <capture> <userAgent match=" (?'screenWidth'\d*)x(?'screenHeight'\d*)" /> </capture> <capabilities> <capability name="browser" value="Opera" /> <capability name="cookies" value="true" /> <capability name="css1" value="true" /> <capability name="css2" value="true" /> <capability name="defaultScreenCharactersHeight" value="40" /> <capability name="defaultScreenCharactersWidth" value="80" /> <capability name="defaultScreenPixelsHeight" value="480" /> <capability name="defaultScreenPixelsWidth" value="640" /> <capability name="ecmascriptversion" value="1.1" /> <capability name="frames" value="true" /> ... </capabilities> ... </browser> <gateway id="OperaMobile" parentID="Opera"> <identification> <userAgent match="Linux \S+embedix" /> </identification> <capabilities> <capability name="isMobileDevice" value="true" /> </capabilities> </gateway> <browser id="Opera1to3beta" parentID="Opera"> <identification> <capability name="letters" match="^b" /> <capability name="majorversion" match="[1-3]" /> </identification> <capture> </capture> <capabilities> <capability name="beta" value="true" /> </capabilities> </browser> ... </browsers>
.BROWSER ASP.NET Browser Definition file sample: Click sample.browser to download.
Since .BROWSER files are in text format, you can use Notepad or any text editor to create or modify them. No special software is needed.
For for information on how to use .BROWSER ASP.NET Browser Definition files, see links below:
2012-10-24, 14765👍, 0💬
Popular Posts:
Karaoke files storing MIDI music messages and synchronized lyrics to play on Karaoke machines. A KAR...
What is CS? CS, short name for C Sharp, is used as the file extension for C# (C Sharp) files. .CS fi...
What is MDB? MDB, short name for Microsoft Database, is used as the file extension for Microsoft Acc...
What is CRT or CER? CRT or CER, short name for Certificate, is used as the file extension for PKI (P...
What is XLSB? XLSB, short name for Excel Spreadsheet Binary, is used as the file extension for sprea...