Skip to content

Instantly share code, notes, and snippets.

View tufantunc's full-sized avatar

Tufan Tunç tufantunc

View GitHub Profile
@herman1vdb
herman1vdb / MinifyHtmlAttribute.cs
Last active May 7, 2020 07:22
Minify HTML with inline css/javascript for MVC C# as a ActionFilterAttribute
using System;
using System.IO;
using System.Linq;
using System.Text;
using System.Web;
using System.Web.Mvc;
using System.Web.Optimization;
using ZetaProducerHtmlCompressor.Internal;
namespace PmdWebsite.Helpers.ActionFilters