Skip to content

Instantly share code, notes, and snippets.

using System;
using System.Security.Principal;
using System.Web.Mvc;
using System.Web.Security;
using MvcApplication7.Models;
namespace MvcApplication7.Controllers
{
public class CurrentUserFilter : IAuthorizationFilter
{