1
2
3
4
public static class HtmlHelper {
    public static string StripHtmlComments(string html) {
        if (html == null) {
...

C# Strip Html Comments

by Haacked, November 11, 2008 01:14, 2 refactorings, tagged with html parse

Procedural style code to st...

Cdf546b601bf29a7eb4ca777544d11cd Talk