반응형
private ActionResult SendMail(string login)
{
return View("~/Views/SpecificView.cshtml")
}
You can directly point towards specifc view by pointing to their location explicitly
View 안에 절대경로를 입력해주면된다~
반응형
'ASP.NET' 카테고리의 다른 글
[ASP.NET] 파일 형식 등 기본 사항 (0) | 2020.05.06 |
---|---|
Introducing .NET 5 번역 (0) | 2020.04.23 |
.NET 5.0 시작하기 (0) | 2020.04.23 |
[MVC4] JSON Problem - JsonRequestBehavior to AllowGet (0) | 2020.04.08 |
MVC4 프레임 워크에서 스크립트와 스타일 링크 거는 법 (0) | 2020.04.07 |