防止超链接控件重新排序 navigatorurl 属性

发布于 2024-08-15 17:07:57 字数 348 浏览 7 评论 0原文

我创建了一个从 HyperLink 扩展的超链接控件,但我不知道如何覆盖 navigatorurl 属性,问题是:我使用依赖于 url 的 jquery 库,它看起来像

#TB_inline?height=285&width=510&inlineId=contactUsContent

.net 的问题在于它将其重新排序为:

../controls/?height=285&width=510&inlineId=contactUsContent#TB_inline

我怎样才能强迫它接受我的字符串?

I created a hyperlink control extended from HyperLink, but I do not know how to override the navigateurl property, the problem is: im using a jquery library that depends on the url to look like this

#TB_inline?height=285&width=510&inlineId=contactUsContent

problem with .net is that it reorders this into:

../controls/?height=285&width=510&inlineId=contactUsContent#TB_inline

how can i force it to accept my string?

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

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

发布评论

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

评论(1

夏日落 2024-08-22 17:07:57

我想我问这个问题太仓促了,简单的解决方案是欺骗超链接使其成为绝对网址而不是相对网址,所以我所要做的就是在网址开头插入一个“/”,

愚蠢的我!

i think i was too hasty to ask this question, the simple solution was to decieve the hyperlink into making it an absolute url instead of relative, so all i had to do is insert a "/" at the beginning of the url

silly me!

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