摘要: public class FilterCenter : IAuthorizationFilter { public void OnAuthorization(AuthorizationContext filterContext) { //控制器名 string controllerName = fi 阅读全文
posted @ 2017-11-21 16:54 李笙楠 阅读(189) 评论(0) 推荐(0) 编辑
摘要: /// <summary> /// 用户显示方法 /// </summary> /// <returns></returns> public string UserInfoShowDo() { return JsonConvert.SerializeObject(userinfoBLL.ShowUs 阅读全文
posted @ 2017-11-19 18:45 李笙楠 阅读(384) 评论(0) 推荐(0) 编辑
摘要: 引用文件 <link href="~/BootstrapSouce/css/bootstrap.css" rel="stylesheet" /><script src="~/BootstrapSouce/js/bootstrap.min.js"></script><script src="~/Boo 阅读全文
posted @ 2017-11-18 11:25 李笙楠 阅读(269) 评论(0) 推荐(0) 编辑
摘要: /// <summary> /// 登录方法 /// </summary> /// <param name="Name"></param> /// <param name="Pwd"></param> /// <returns></returns> public int LoginDo(string 阅读全文
posted @ 2017-11-18 11:18 李笙楠 阅读(861) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2017-11-18 11:04 李笙楠 阅读(151) 评论(0) 推荐(0) 编辑