母版页更改后如何重新生成视图?

发布于 2024-10-19 00:15:52 字数 90 浏览 1 评论 0原文

我已将另一个 ContentPlaceHolder 添加到脚本的母版页中。当我创建视图时,新的占位符可见,但旧视图保持不变。除了手动编辑所有视图之外,还有其他方法吗?

I have added an another ContentPlaceHolder to Master Page for scripts. When I create Views new place holder is visible, but old views remain the same. Is there a way other than editing all the views by hand?

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

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

发布评论

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

评论(2

高冷爸爸 2024-10-26 00:15:52

不,没有。如果您想添加此新部分,则需要手动更新旧视图。

No, there isn't. Older views need to be update manually if you want to add this new section.

梦在深巷 2024-10-26 00:15:52

无论如何,您都必须编辑现有视图才能添加新内容。

如果现有视图不需要新 ContentPlaceHolder 中的任何内容,那么您可以保持它们不变,并且在显示视图时不会为该 ContentPlaceHolder 呈现任何内容。

You would have to edit the existing views anyway to add the new content.

If the existing views don't need any content in the new ContentPlaceHolder, then you can leave them untouched and nothing will be rendered for that ContentPlaceHolder when the view is displayed.

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