How to use Ajax.BeginForm MVC helper with JSON result?

前端 未结 5 1978
清歌不尽
清歌不尽 2020-11-30 02:17

I\'m trying to use the ASP.NET MVC Ajax.BeginForm helper but don\'t want to use the existing content insertion options when the call completes. Instead, I want to use a cust

5条回答
  •  生来不讨喜
    2020-11-30 02:53

    Try using the below code:

    
    

提交回复
热议问题