Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How to turn off the HTML navigation bar of Visual Studio 2008

2025-01-22 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >

Share

Shulou(Shulou.com)06/02 Report--

This article introduces the knowledge of "how to turn off the HTML navigation bar of Visual Studio 2008". In the operation of actual cases, many people will encounter such a dilemma, so let the editor lead you to learn how to deal with these situations. I hope you can read it carefully and be able to achieve something!

HTML navigation bar in VS 2008

By default, when you are in HTML source code editing mode in VS 2008 and Visual Web Developer 2008 Express versions, several drop-down boxes are displayed at the top of the HTML text editor view:

These drop-down boxes are called "Navigation Bar" and in the VS 2008 HTML editor, they allow you to navigate between functions and methods defined in HTML. These include JavaScript client functions defined inline in the .aspx / .html file, and inline server-side methods defined in the .aspx file in single file mode (that is, no background code file).

Close the HTML navigation bar and reclaim some space

Personally, I don't find the HTML navigation bar very useful because I generally don't define inline JavaScript functions in HTML (but use unobtrusive JavaScript technology to put the JavaScript code in a separate file), while for server-side code, I usually use background code files instead of single-file event handlers.

If, like me, you don't use a specific navigation bar, you'll be happy to know that you can turn it off in VS 2008, reclaim about 40-50 pixels of space, and use it in your HTML source code view. To do this, in the option VS, tools-> options menu item, find the "text editor-> HTML" node, and select the "Navigation Bar" check box option:

After that, click the "OK" button and you will find that the drop-down box is gone and your screen has a larger usable area:

(note: if it doesn't change immediately after clicking OK, try closing and reopening the HTML/ASP.NET file.)

That's all for "how to turn off the HTML navigation bar of Visual Studio 2008". Thank you for reading. If you want to know more about the industry, you can follow the website, the editor will output more high-quality practical articles for you!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Development

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report