Skip to content

Instantly share code, notes, and snippets.

@fiatuno60
fiatuno60 / Program.cs
Created May 20, 2019 02:01 — forked from mouhong/Program.cs
HtmlTagClosing
using System;
using System.Collections.Generic;
using System.Text;
namespace HtmlTagClosing
{
public static class StringExtensions
{
public static string CloseTags(this string html)
{