Html Encoding Nuggets With ASP.NET MVC 2
Posted by: youve been HAACKED,
on 04 Nov 2009 |
View original | Bookmarked: 0 time(s)
In a recent blog post, I introduced ASP.NET 4s new HTML Encoding code block syntax as well as the corresponding IHtmlString interface and HtmlString class. I also mentioned that ASP.NET MVC 2 would support this new syntax when running on ASP.NET 4. In fact, you can try it out now by downloading and installing Visual Studio 2010 Beta 2. Ive also mentioned in the past that we are not conditionally compiling ASP.NET MVC 2 for each platform. Instead, were building System.Web.Mvc.dll against ASP.NET...