Page Inspector is a tool that renders a web page (HTML, Web Forms, ASP.NET MVC, or Web Pages) directly within the Visual Studio IDE and lets you examine both the source code and the resulting output. For ASP.NET pages, Page Inspector lets you determine which
server-side code has produced the HTML markup that is rendered to the browser.
Requirements
To use Page Inspector, you must have the following:
Visual Studio 11 Developer Preview installed on your computer.
.NET Framework 4.5 Developer Preview installed on your computer.
A Web application that targets the .NET Framework 4 or later.
</div>
That last sentence makes me believe it's for any web application so including webforms.
XIII
All-Star
182684 Points
23455 Posts
ASPInsiders
Moderator
MVP
Re: Visual Studio 11 DOM Explorer Inspection
Sep 17, 2011 09:18 AM|LINK
Hi,
this is what shows in the documentation:
Page Inspector
<div class="subsection" xmlns="http://www.w3.org/1999/xhtml">Page Inspector is a tool that renders a web page (HTML, Web Forms, ASP.NET MVC, or Web Pages) directly within the Visual Studio IDE and lets you examine both the source code and the resulting output. For ASP.NET pages, Page Inspector lets you determine which server-side code has produced the HTML markup that is rendered to the browser.
Requirements
To use Page Inspector, you must have the following:
-
-
-
</div>Visual Studio 11 Developer Preview installed on your computer.
.NET Framework 4.5 Developer Preview installed on your computer.
A Web application that targets the .NET Framework 4 or later.
That last sentence makes me believe it's for any web application so including webforms.
Taken from http://msdn.microsoft.com/en-us/library/hh420390(v=VS.110).aspx
Grz, Kris.
Interested in Azure, ASP.NET (MVC), jQuery, WCF, EF, MS SQL, ...
Keep the forums clean: report to the moderation team!