Question

is it possible to use Browser Link to get the exact piece of ASP.NET MVC which generated an html tag?

Imagine I've some divs. Some identified by css, some by their id, some by the id of their parents. Usually there isn't an organic way to pass from the rendered page to the element which has genereted it. I need to find the piece of View wich genereted an html tag

Was it helpful?

Solution

I try to answer by myself...

I found it's possible through Browser Link + Web Essential pressing CTRL + ALT + I or CTRL + ALT + D. Visual Studio will select the corrisponding piece of ASP.NET code that generated the HTML code.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top