摘要:
1-1 首先定义一个类并且继承筛选器的基类 1-2 并且重写 在调用MVC框架至前调用的方法 public class LoginJudgeAttribute:ActionFilterAttribute==>筛选器的基类 { public override void OnActionExecutin 阅读全文
摘要:
1.先添加实体类 public class Student { public int Id { get; set; } public string Name { get; set; } public DateTime Time { get; set; } public virtual ClassIn 阅读全文