Answers for "prevent ie caching data on cshtml pages"

0

prevent ie caching data on cshtml pages

$.ajax({
    cache: false
    //rest of your ajax setup
});
Posted by: Guest on May-13-2020

Browse Popular Code Answers by Language