有 MVC 可视化工具吗?
Visual Studio for MVC 是否有任何调试可视化工具?
如果能够将 ModelState、ViewState、Routes 等可视化,那就太好了。
如果您对此感兴趣,请收藏这个问题。如果它得到很多人的喜爱,我会考虑写一个
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
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
不是调试器 - 可视化工具,但在页面上显示完整的 ViewModel:MVC Contrib 中的 ModelVisualizer。
Not a debugger - visualizer but shows the complete ViewModel on the page: The ModelVisualizer in MVC Contrib.
请参阅这两个链接:
此致。
See this two links:
Regards.