Beeing new to Ajax i need help with how to add the querystring and invoke the Index action without a postback. Now the link looks like this:
<a href="@EPiServer.UriSupport.AddQueryString(Request.RawUrl, "section", Server.UrlEncode(sectionGroup.Term))">@sectionGroup.Term, @sectionGroup.Count</a>
My guess is using Ajax.ActionLink but how do i create the querystring?