Using Page Inspector in Visual Studio 2012

When developing ASP.NET MVC applications in Visual Studio 2012 Page Inspector is a great tool to aid the development.  

Page Inspector in Visual Studio 2012 is a web development tool with an integrated browser and browser tools. Select any element in the integrated browser, and the Inspect feature instantly highlights the element's source and CSS. You can browse any MVC view, quickly find the sources of rendered markup, and use browser tools right within the Visual Studio environment.

An excellent tutorial is available here.

http://www.asp.net/mvc/tutorials/mvc-4/using-page-inspector-in-aspnet-mvc

Etiketter: , , ,