DotNetShoutout - Stories tagged with AntiXSS
5
Shouts

Using AntiXss As The Default Encoder For ASP.NET - Phil Haack

published 1166 days, 4 hours, 34 minutes ago posted by mithumithu 1166 days, 18 hours, 43 minutes ago
Sunday, April 11, 2010 10:17:45 AM GMT Saturday, April 10, 2010 8:09:10 PM GMT
This is the third in a three part series related to HTML encoding blocks, aka the <%: ... %> syntax. Html Encoding Code Blocks With ASP.NET 4Html Encoding Nuggets With ASP.NET MVC 2Using AntiXss as the default encoder for ASP.NET Scott Guthrie recently wrote about the new <%: %> syntax for HTML encoding output in ASP.NET 4. I also covered the topic of HTML encoding code nuggets in the past as well providing some insight into our design choi... (more)
category: Web Dev | clicked: 2 | comment | | source: haacked.com
tags: AntiXSS, ASP.NET 4, MVC 2, ScottGu, HTML, ASP.NET