Visual Studio - MVC. Search for the use of DisplayTemplate / EditorTemplate.

How can I find the use of a single let editor editor in Visual Studio? Or maybe in a different direction, how can I get a template that is displayed using the editor?

+4
source share
1 answer

There is one workaround / help. If you have Visual Studio 2013 and Web Essentials installed, you can CTRL + click anywhere on the page and a menu similar to this will appear.

enter image description here

If you click Inspect, you can click on any element on the page, and then you move the cursor in Visual Studio to the corresponding View / PartialView / DisplayTemplate / ...

Mads Kristensen post on 2013 website

0
source

Source: https://habr.com/ru/post/1499464/


All Articles