Click here to Skip to main content
15,891,372 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
HI,

How to update Website url when clicking on @Ajax.Actionlink in Asp.net MVC4( TO IMPROVE SEO ), I dont want to use @Html.ActionLink
Posted
Updated 19-Aug-13 9:09am
v2

1 solution

Hi,

You can use History.js, using which you can update the history URL state.

Refer this link.

https://github.com/balupton/History.js/[^]


It having PushState, ReplaceState and Go and more events,using which you can perform update url operation. You can call jquery function, from using AjaxOptions in Ajax.ActionLink.

Hope this will help. :)
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900