I have the following problem. As you know ie current versions do not support pushstate html5 feature. So I do not want to render my content with Ajax when the user is ie.
I guess that the best way to achieve this, is by using an extension of Ajax helper that returns the ajax.actionlink when the detected browser is not ie, and a standard (html.routelink) when the user's browser is ie.
When making the extension I am requested for the routeName which does not appear as a property...
I do not know if anyone has faced this problem and the solution you have used.
Thanks¡¡