ASP.NET MVC 中维护ScrollPositionOnPostBack
如何在 ASP.NET MVC 中维护回发时的滚动位置?页面和 web.Config 中的指令 keepScrollPositionOnPostBack 似乎不适用。
How do I maintain the scroll position on a postback in ASP.NET MVC? The directive maintainScrollPositionOnPostBack on the page and in the web.Config does not seem to apply.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
ASP.NET MVC 中不再有 PostBack。有一个不错的 jquery scrollsaver 插件值得一试。
There are no longer PostBacks in ASP.NET MVC. There's a nice jquery scrollsaver plugin which is worth checking out.
与回发无关,但这个答案帮助我在提交表单后保持滚动位置:
如何在 MVC 中维护滚动位置?
Not PostBack-related, but this answer helped me maintain scroll position after form was submitted:
How do I maintain scroll position in MVC?