Skip to content

Instantly share code, notes, and snippets.

@ahmedhagag500
ahmedhagag500 / CookieConsentAttribute.cs
Created October 13, 2021 11:09 — forked from Maarten88/CookieConsentAttribute.cs
ASP.NET ActionFilterAttribute to help implement european cookie-law
/*
* ASP.NET ActionFilterAttribute to help implement EU Cookie-law
* MIT Licence (c) Maarten Sikkema, Macaw Nederland BV
*/
using System;
using System.Web;
using System.Web.Mvc;
namespace Auction.Web.Utility