using System.Web; using System.Web.Mvc; namespace Infrastructure.MVC { /// /// 登录验证 /// public class AuthenticationAttribute: AuthorizeAttribute { } }