您的位置:首页 > 其它

Turn off Mobile View for SharePoint 2010 and SharePoint 2013

2014-05-11 18:55 507 查看


For SP2013

Mobile View feature can be disabled from Site Features.


For SP2010

Add this to <system.web>

<browserCaps>
<result type="System.Web.Mobile.MobileCapabilities, System.Web.Mobile, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
<filter>isMobileDevice=false</filter>
</browserCaps>
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: