ASP.NET 模型-视图-呈现器和列表与详细信息

发布于 2024-08-19 02:44:20 字数 233 浏览 6 评论 0原文

在“模型-视图-演示者”中,执行以下操作的页面的正确模式是什么:
a) 包含一个用于浏览项目列表的网格
b) 编辑单个项目的替代模式
也许您正在两个 asp:panels 之间切换。

您是否让演示者足够聪明,可以进行两种类型的演示? 安排 2 位主持人?

我对这种模式很陌生,想要正确地做到这一点。我知道如何在两个页面上执行此功能。只是不确定当浏览和详细信息存在于同一页面上时可接受的做法是什么。

In Model-View-Presenter what is the correct pattern to do a page that:
a) contains a grid for browsing a list of items
b) an alternate mode for editing single items
maybe you are toggling between two asp:panels.

Do you just make the presenter smart enough to do two types of presentations?
Make 2 presenters?

I'm new to this pattern and want to do it correctly. I understand how I would do this functionality on two pages. Just not sure what is the accepted practice when the browse and detail exist on the same page.

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

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

发布评论

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

评论(1

┼── 2024-08-26 02:44:20

将编辑视图设为用户控件并为其提供演示者。

Make an edit view a user control and have a presenter for it.

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