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>
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章