mvc RedirectToAction、mobile 重定向地址欄未改變

@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>
相關文章
相關標籤/搜索