作为 Ajax 的新手,我需要有关如何添加查询字符串和调用索引操作而无需回发的帮助。现在链接看起来像这样:
<a href="@EPiServer.UriSupport.AddQueryString(Request.RawUrl, "section", Server.UrlEncode(sectionGroup.Term))">@sectionGroup.Term, @sectionGroup.Count</a>
我的猜测是使用 Ajax.ActionLink 但我如何创建查询字符串?