gpt4 book ai didi

javascript - href 链接中的哈希值将发送到 Controller

转载 作者:行者123 更新时间:2023-11-28 19:20:47 26 4
gpt4 key购买 nike

我有一个如下所示的 Action div

<div class="action">
<a href="/sertanarig/calismalar/theschoolforgods#" class="grid-item-link"></a>
<div class="top">
<a href="#add-to-list-lightbox" class="fa fa-plus add-to-list" data-id="53431d26721730077443eee2" data-type="Work">
</a>
</div>
<div class="bottom">
<a href="/sertanarig/calismalar/theschoolforgods#">
<h4 class="grid-item-name">The School for Gods #1</h4>
</a>
<a href="" class="comments">
<i class="fa fa fa-comments-o"></i>
</a>
</div>
</div>

当点击 /sertanarig/calismalar/theschoolofgods# 时,它应该将 theschoolofgods# 作为参数发送到 Controller ,但它只发送 theschoolofgods,并忽略哈希符号,页面转到顶部。我该如何解决这个问题?

最佳答案

Hash parameters仅适用于客户端。

如果您希望将哈希发送到服务器端,您应该对其进行编码。

<a href="/sertanarig/calismalar/theschoolforgods%23">

例如,您可以使用@Url.Encode

关于javascript - href 链接中的哈希值将发送到 Controller ,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/28964370/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com