Warning: file_get_contents(/data/phpspider/zhask/data//catemap/0/asp.net-mvc/14.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
C# 单击导航按钮加载不正确的URL_C#_Asp.net Mvc_Asp.net Mvc 3_Orchardcms_Orchardcms 1.6 - Fatal编程技术网

C# 单击导航按钮加载不正确的URL

C# 单击导航按钮加载不正确的URL,c#,asp.net-mvc,asp.net-mvc-3,orchardcms,orchardcms-1.6,C#,Asp.net Mvc,Asp.net Mvc 3,Orchardcms,Orchardcms 1.6,在我的Checkout.SelectAddress.cshtml页面中,我有以下表格: @using (Html.BeginFormAntiForgeryPost(Url.Action("SelectAddress", "Checkout", new { area = "Store" }))) { //extra code collecting information <li class="align right"><button type="su

在我的Checkout.SelectAddress.cshtml页面中,我有以下表格:

@using (Html.BeginFormAntiForgeryPost(Url.Action("SelectAddress", "Checkout", new { area = "Store" })))
    {  
    //extra code collecting information

    <li class="align right"><button type="submit">@T("Next")</button></li>
    }
我想导航到:
http://localhost:30320/OrchardLocal/


我试着从原来的表单中重播“checkout”,但没有任何乐趣。有人知道吗?

在某个显然名为“Store”的模块中,将帖子发布到某个特定操作。这一行动似乎随后转向了总结。唯一可以使其重定向到其他内容的方法是更改其代码。

这里不太清楚您希望看到什么。该表单发布到某个模块中的特定操作,该模块显然名为“Store”。这一行动似乎随后转向了总结。你唯一能让它重定向到其他地方的方法就是改变它的代码。是的,我想我知道了……这就是答案B,然后把它复制成一个答案,这样你就可以批准它了。
http://localhost:30320/OrchardLocal/UMACS.Store/Checkout/Summary