OpenAuth.Net/Infrastructure/MVC/AuthenticationAttribute.cs

13 lines
208 B
C#

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