prevent ie caching data on cshtml pages

HTML
$.ajax({
    cache: false
    //rest of your ajax setup
});
Source

Also in HTML: