0
면도기에서 불꽃으로 변환하려고합니다. 여기 Spark에서 내 서식 파일을 찾을 수 없습니다.
내 컨트롤러 :public class HomeController : Controller
{
public ActionResult Index()
{
return View("~/Views/Account/Index");
}
}
그러나 스파크는 다음과 같은 오류 제공 :
The view '~/Views/Account/Index' or its master was not found or no view engine supports the searched locations. The following locations were searched:
Home\~/Views/Account/Index.spark
Shared\~/Views/Account/Index.spark
Home\~/Views/Account/Index.shade
Shared\~/Views/Account/Index.shade
은 왜 내가 그것을 절대 상대 경로를 준 것을 깨닫게하지 않습니다?
같은 오류 만에를 ... 'Home \ ~/Views/Index.spark.spark' –
@IanWarburton - 업데이트보기 –
다시 한번. 그것은 경로의 시작 부분에 컨트롤러의 이름을 추가하는 것으로 결정됩니다. –