在aspx页面中通过HTML设置IE11兼容模式 [英] Set IE11 compatibility mode via HTML in aspx page

查看:513
本文介绍了在aspx页面中通过HTML设置IE11兼容模式的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

在asps页面中通过HTML设置IE11兼容模式

解决方案

你应该在你的网站中添加一个 meta 设置 head 部分中的HTML页面(母版页或布局),如下例所示:

 <   meta     http-equiv   =  X-UA兼容    content   =  IE = 9; IE = 8; IE = 7;   >  


Set IE11 compatibility mode via HTML in asps page

解决方案

You should add a meta setting in your HTML page (master page or layout) in the head part like in the next example:

<meta http-equiv="X-UA-Compatible" content="IE=9; IE=8; IE=7;" >


这篇关于在aspx页面中通过HTML设置IE11兼容模式的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆