从 CodeBehind 跳转到锚点,无需重新发布
有没有办法在不使用 Response.Redirect() 的情况下将代码隐藏中的锚点 (test.aspx#23432) 附加到地址栏中当前位置的末尾?
Is there a way to append an anchor (test.aspx#23432) in the codebehind to the end of my current location in my address bar without using Response.Redirect()?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
一旦您进入代码隐藏状态,您就已经处于重新发布状态,所以简短的答案是否定的。您可以将按钮/链接更改为常规 html 控件,该控件附加锚点而无需进行回发
Once you are in your code behind, you are already in a repost, so the short answer is no. You can change your button/link to a regular html control that appends the anchor without doing a postback