In the keynote on wednesday it was demonstrated that you could find the part of a view that rendered a certain chunk of HTML in an MVC project. Is this feature also going to be included for webforms?
(Sorry I didn't scroll far enough to see that there is a separate VS 11 forum)
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.
sclarson
Member
60 Points
11 Posts
Visual Studio 11 DOM Explorer Inspection
Sep 16, 2011 10:12 PM|LINK
In the keynote on wednesday it was demonstrated that you could find the part of a view that rendered a certain chunk of HTML in an MVC project. Is this feature also going to be included for webforms?
(Sorry I didn't scroll far enough to see that there is a separate VS 11 forum)
XIII
All-Star
182789 Points
23485 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!
xinqiu
Member
486 Points
116 Posts
Microsoft
Re: Visual Studio 11 DOM Explorer Inspection
Sep 26, 2011 08:34 PM|LINK
Details on how to download, install and features in http://blogs.msdn.com/b/webdevtools/archive/2011/09/22/page-inspector-for-visual-studio-11-developer-preview.aspx
Xinyang Qiu, Azure Web Platform and Tools team, Microsoft
timamm
Member
34 Points
7 Posts
Microsoft
Re: Visual Studio 11 DOM Explorer Inspection
Feb 05, 2012 12:57 AM|LINK
@sclarson - Yes, you can use Page Inspector with ASP.NET 4.5 Web Forms applications, as noted in the Microsoft Web Development Tools blog.
Webforms