Request.IsAjaxRequest returns false

前端 未结 4 928
感动是毒
感动是毒 2021-01-14 01:26

I have an MVC project in which I have a form with a submit button. I have added a jquery client-side handler that intercepts the form submit event. The javascript function

4条回答
  •  时光说笑
    2021-01-14 01:46

    I'm not sure what the difference would be but a possible way to identify if there is one is to use an HTTP profiling tool like Fiddler (www.fiddlertool.com) and look for possible differences between the two calls.

提交回复
热议问题