<%@ Page Language="C#" Opera8to9:MasterPageFile="~/Views/Shared/ExtendedSite.master" MasterPageFile="~/Views/Shared/Site.master" Inherits="System.Web.Mvc.ViewPage" %>
* This source code was highlighted with Source Code Highlighter .
< browsers >
< browser id ="OperaFixed" parentID ="Opera" >
< identification >
< userAgent nonMatch ="Opera Mini" />
</ identification >
< capabilities >
< capability name ="browser" value ="OperaFixed" />
</ capabilities >
</ browser >
</ browsers >
* This source code was highlighted with Source Code Highlighter .
< browsers >
< browser id ="OperaFixed" parentID ="Opera8to9" >
< identification >
< userAgent nonMatch ="Opera Mini" />
</ identification >
< capabilities >
< capability name ="browser" value ="OperaFixed" />
</ capabilities >
</ browser >
< browser id ="IEFixed" parentID ="IE6to9" >
< identification >
< userAgent nonMatch ="Windows CE" />
</ identification >
< capabilities >
< capability name ="browser" value ="IEFixed" />
</ capabilities >
</ browser >
</ browsers >
* This source code was highlighted with Source Code Highlighter .
<%@ Page Language="C#" MozillaFirefox:MasterPageFile="~/Views/Shared/ExtendedSite.master"
IEFixed:MasterPageFile="~/Views/Shared/ExtendedSite.master" OperaFixed:MasterPageFile="~/Views/Shared/ExtendedSite.master"
Safari1Plus:MasterPageFile="~/Views/Shared/ExtendedSite.master" MasterPageFile="~/Views/Shared/Site.master"
Inherits="System.Web.Mvc.ViewPage" %>
* This source code was highlighted with Source Code Highlighter .
Source: https://habr.com/ru/post/71931/