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 < and ends with either end of line or > ...
C# On Sanitize HTML
by stevedowning.myopenid.com,
October 03, 2008 03:51
Here's is a fairly quick'n'...