Are these two the same essentially? I am just noticing that Request.IsMvcAjaxRequest() does not show up in my code hint as it does in the tutorial video here. I am using ASP.net MVC 3
Are these two the same essentially? I am just noticing that Request.IsMvcAjaxRequest() does not
Share
The ASP.NET MVC RC Release Notes states that IsMvcAjaxRequest is renamed to IsAjaxRequest. This means that you should just use IsAjaxRequest.
Quote from release notes: