mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2025-07-17 01:28:50 +08:00
13 lines
208 B
C#
13 lines
208 B
C#
using System.Web;
|
|
using System.Web.Mvc;
|
|
|
|
namespace Infrastructure.MVC
|
|
{
|
|
/// <summary>
|
|
/// 登录验证
|
|
/// </summary>
|
|
public class AuthenticationAttribute: AuthorizeAttribute
|
|
{
|
|
}
|
|
}
|