public static class HtmlHelper {
public static string StripHtmlComments(string html) {
if (html == null) {
...
public static class HtmlHelper {
public static string StripHtmlComments(string html) {
if (html == null) {
...
Procedural style code to st...