取代Ajax.BeginForm的ajax使用方法
一、前提概要 Asp.net core中已经取消了Ajax.BeginForm,也不会计划出ajax tag helper,所以得利用插件jquery-ajax-unobtrusive,在form中加入相关data-*属性 二、参考资料 https://github.com/aspnet ...
一、前提概要 Asp.net core中已经取消了Ajax.BeginForm,也不会计划出ajax tag helper,所以得利用插件jquery-ajax-unobtrusive,在form中加入相关data-*属性 二、参考资料 https://github.com/aspnet ...