禁用浏览器链接-哪个工具栏 [英] Disable Browser Link - which toolbar

查看:108
本文介绍了禁用浏览器链接-哪个工具栏的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想禁用Visual Studio浏览器链接.我发现了这个问题: 如何在VS.NET 2013? 以及其他许多资源,我应该取消选中工具栏中的启用浏览器链接",但是该工具栏不会显示在我的Visual Studio中.我已经启用了所有调试工具栏,但仍然没有浏览器链接按钮.

I want to disable visual studios browser link. I found this question: How can I disable __vwd/js/artery in VS.NET 2013? and many other resources saying I should untick "Enable Browser Link" in the toolbar, but that toolbar doesn't show up in my visual studio. I've enabled all the debug toolbars but still no browser link button.

推荐答案

这应该说明如何关闭浏览器链接.您可以通过web.config来做到这一点:

This should explain how to turn off browser link. You could do it via web.config:

<appSettings>
    <add key="vs:EnableBrowserLink" value="false"></add>
</appSettings>

或通过工具栏上的操作完成

or do it from the toolbar:

如果该按钮不可用,请转到视图">工具栏">标准",并确保已选中它.请记住,它仅在VS2013及更高版本中可用.

If that button isn't available, go to VIEW > Toolbars > Standard and make sure it's checked. Keep in mind it's only available in VS2013 and later.

这篇关于禁用浏览器链接-哪个工具栏的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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