reflection emit

There are 1 entries for the tag reflection emit

Html Encoding Nuggets With ASP.NET MVC 2

This is the second in a three part series related to HTML encoding blocks, aka the <%: ... %> syntax. Html Encoding Code Blocks With ASP.NET 4 Html Encoding Nuggets With ASP.NET MVC 2 Using AntiXss as the default encoder for ASP.NET In a recent blog post, I introduced ASP.NET 4’s 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...