ASP.NET MVC ViewSource 代码完整缩进

发布于 2024-12-17 18:53:30 字数 144 浏览 1 评论 0原文

是否有一种使用 MVC 解决方案自动输出完整缩进代码的方法?

当我的 HTML 输出时,partialviews 和 childviews 中的代码不会缩进,因为它没有这样声明(想象一下我必须缩进多少个选项卡才能缩进,这在 VStudio 中是难以辨认的)。

Is there an automatic way to output full indent code using a MVC solution?

When my HTML is output the code inside partialviews and childviews is not indented because it's not declared so (imagine how many tabs i have to indent to become indent, and that is illegible inside VStudio).

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

终止放荡 2024-12-24 18:53:31

您不应该格式化您的代码,以便查看 |来源已缩进。

相反,如果您需要探索 HTML 语法的结构作为浏览器的输出,请使用 FireBug 或 Chrome 开发人员工具之类的工具,它们会以可用的方式自动缩进和构建浏览器的 HTML。

像这样:

(this is Firebug)

You shouldn't format your code so that View | Source is indented.

Rather, if you need to explore the structure of your HTML syntax as output to the browser, use something like FireBug or the Chrome developer tools that automatically indent and structure the browser's HTML in a usable way.

Like so:

(this is Firebug)

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文