Pregunta

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

¿Fue útil?

Solución

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.

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top