1 posts in total

T4mvc

Posts tagged

T4MVC 패키지 및 확장 기능 소개

by Justin Yoo · 1 min read

ASP.NET MVC 웹 앱을 개발하다보면 Razor 스크립트에서 흔히 볼 수 있는 코드는 아래와 같은 것들이 있다. // for <form ...></form> @using (Html.BeginForm("Login", "Account", FormMethod.Post)) { ... } // for <a