如何在asp net mvc中使控件更新自身(部分更新)
我有一个在页面中多次使用的部分视图。单击每个控件上的链接时,我希望该控件自行刷新。我怎样才能最轻松地实现它?
I have a partial view which is used more than once in a page. On clicking a link on each of these controls I want that control to refresh itself. How can I achieve it most easily?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
假设在您的主视图中多次包含部分:
这是部分的内容:
现在剩下的就是逐步增强这些锚点:
Let's suppose that in your main view you are including the partial multiple times:
And here's the contents of the partial:
Now all that's left is progressively enhance those anchors: