1
2
3
4
/// <summary>
/// A regex that matches things that look like a HTML tag after HtmlEncoding.  Splits the input so we can get discrete
/// chunks that start with &lt; and ends with either end of line or &gt;
...

C# On Sanitize HTML

by stevedowning.myopenid.com, October 03, 2008 03:51

Here's is a fairly quick'n'...

Dc5a0e9cd89adaa8b95c99557ab73dc9 Talk