I use Ajax.BeginForm.. It loads me partial view. This view have links. After view is loaded via ajax each link has href that ends with X-Requested-With=XMLHttpRequest. How can I disable automatic appending this parameter to my links?I use Ajax.BeginForm.. It loads me partial view