WebMatrix Beta2

· 기타
어제까지 기존 만들어져 있던 사이트의 기본 레이아웃을 Razor(Beta1)로 구성하고 있었는데 오늘 Beta2가 릴리즈 되어서 설치하고 실행하니 에러가 발생했습니다. 기존 Beta1에서 Beta2로 업그레이드 되면서 아래의 구문들이 바뀌게 된 걸 알게되었습니다.. @// 기존에 주석을 @// 이렇게 했는데 beta2에선 안되고 @* 주석 내용 *@ 이렇게 해야함. 멀티라인은 @* 주석내용. *@ @{ // comment /* comment */ @* comment *@ } LayoutPage Layout 으로 변경. PageData [O] Page.Title = "Main page"; [O] Page["Title"] = "Main page"; [O] PageData["Title"] = "Main pag..
· 기타
ScottGu 블로그에 ASP.NET MVC3 베타, WebMatrix 베타 2 소식이 올라와 있네요... ASP.NET MVC 3 베타 Razor Enhancements: ASP.NET MVC 3 supports the new Razor view-engine option. In addition to the functionality enabled with the ASP.NET MVC 3 Preview, today’s Beta adds a bunch of additional capabilities: Cleaner MVC integration – including the ability to use a new @model syntax to more cleanly specify the type being pas..
zerozyn
'WebMatrix Beta2' 태그의 글 목록