【发布时间】:2019-11-28 10:06:43
【问题描述】:
从区域内的页面中,我无法找到根索引页面的路径。
这应该是一个简单的问题,但我在网上找不到解决方案。
所有这些方法都返回到当前Area的根。
<form asp-page="@Url.Content("~/Index")" method="post></form>
<form asp-page="/Index" method="post></form>
【问题讨论】:
标签: asp.net-core routing razor-pages