我想做如下的事情:
public class HomeController : Controller
{
// Redirect to the phpinfo.php file
public ActionResult PhpInfo()
{
return RedirectToRoutePermanent("~/Views/Home/PhpInfo.php");
}
}
这错误表明找不到路线。
有任何想法吗?
谢谢,赞恩
我想做如下的事情:
public class HomeController : Controller
{
// Redirect to the phpinfo.php file
public ActionResult PhpInfo()
{
return RedirectToRoutePermanent("~/Views/Home/PhpInfo.php");
}
}
这错误表明找不到路线。
有任何想法吗?
谢谢,赞恩