@using (Html.BeginForm("actionName""controllerName"FormMethod.Post, new { data_ajax = "false" })){

}

主要是这一句:
new { data_ajax = "false" }
,当然也可以:
<script type="text/javascript">
    $(document).bind("mobileinit", function (){ $.mobile.ajaxEnabled =false;});</script>

相关文章:

  • 2021-07-13
  • 2021-12-26
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-02-07
  • 2021-06-26
猜你喜欢
  • 2022-12-23
  • 2021-08-28
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-08-07
相关资源
相似解决方案