开发者

Are there any MVC Visualizers out there?

开发者 https://www.devze.com 2022-12-09 11:27 出处:网络
Are there any debug visualizers for Visual Studio for MVC? Would be great to be able to visualize things like ModelState, ViewState, Routes etc.开发者_运维技巧

Are there any debug visualizers for Visual Studio for MVC?

Would be great to be able to visualize things like ModelState, ViewState, Routes etc.

开发者_运维技巧

If you're interested in this just favorite the question. If it gets a lot of favorites I'll think about writing one


Not a debugger - visualizer but shows the complete ViewModel on the page: The ModelVisualizer in MVC Contrib.


See this two links:

  • Visualizers
  • Create a Debugger Visualizer in Visual Studio 2005 for Custom Types and Classes

Regards.

0

精彩评论

暂无评论...
验证码 换一张
取 消