Showing results for Page Inspector - .NET Blog

Dec 13, 2012
0
0

CSS Auto-Sync and JavaScript Selection Mapping in Page Inspector

balach
balach

With the release of ASP.NET and Web Tools 2012.2 RC (details here), we have added a couple of new features to Page Inspector in Visual Studio 2012, namely CSS Auto-Sync and JavaScript Selection Mapping. I explain these features in the context of a MVC 4 Single Page Application (SPA app) below, which is a new template available in this release. ...

ASP.NET
Mar 5, 2012
0
0

Visual Studio 11 Beta Page Inspector Tutorial live in asp.net

Web Development Tools Microsoft
Web Development Tools Microsoft

Using Page Inspector In Visual Studio 11 Beta, you can see what elements in the source files (including server-side code) have produced the HTML markup that is rendered to the browser. Page Inspector also let you modify CSS properties and DOM element attributes and see the changes reflected immediately in the browser.  We have two tutorials ...

ASP.NET
Sep 22, 2011
0
0

Page Inspector for Visual Studio 11 Developer Preview

Web Development Tools Microsoft
Web Development Tools Microsoft

The upcoming version of Visual Studio introduces a number of improvements focused on diagnosing your Web Applications. One of these is the new Page Inspector. Page Inspector is a new tool that brings browser diagnostics tools into Visual Studio and provides an integrated experience between the browser, ASP.NET, and source code. Using Page ...

ASP.NET