Are MicrosoftAjax.js, MicrosoftMvcAjax.js and MicrosoftMvcValidation.js obsolete as of ASP.NET MVC 3?

前端 未结 2 1158
灰色年华
灰色年华 2020-11-27 03:14

Are MicrosoftAjax.js, MicrosoftMvcAjax.js and MicrosoftMvcValidation.js obsolete as of ASP.NET MVC 3? I haven\'t been able to find muc

2条回答
  •  眼角桃花
    2020-11-27 04:04

    You only need the MicrosoftAjax functionality if you are using the libraries. Microsoft AJAX does offer some functionality not found in the provided JQuery libraries (although could be replicated with plug-ins). If you are not using Microsoft AJAX within your application you can delete all reference to these scripts.

提交回复
热议问题