上一页 1 ··· 5 6 7 8 9 10 下一页
摘要: Test !! Test !! 阅读全文
posted @ 2018-09-03 17:32 Aaron_Net 阅读(1370) 评论(0) 推荐(0) 编辑
摘要: 添加角色属性查看 Views ->Shared->_Layout.cshtml Controllers ->RoleController.cs 新建 1 using System; 2 using System.Collections.Generic; 3 using System.Diagnost 阅读全文
posted @ 2018-08-29 19:58 Aaron_Net 阅读(291) 评论(0) 推荐(0) 编辑
摘要: 添加角色属性查看 Views ->Shared->_Layout.cshtml <div class="navbar-collapse collapse"> <ul class="nav navbar-nav"> <li><a asp-area="" asp-controller="Home" as 阅读全文
posted @ 2018-08-29 19:04 Aaron_Net 阅读(302) 评论(0) 推荐(0) 编辑
摘要: 之前做的无法 登录退出,和状态,加入主页导航栏 Views ->Shared->_Layout.cshtml Views ->Shared->_LoginPartial.cshtml 新建 阅读全文
posted @ 2018-08-29 16:11 Aaron_Net 阅读(215) 评论(0) 推荐(0) 编辑
摘要: 单击保存,改表的状态 行白灰变色 翻页选 var proIds = []; var fileview = $.extend($.fn.datagrid.defaults.view, { onAfterRender: function (target) { for (var i = 0; i < pr 阅读全文
posted @ 2018-08-18 16:45 Aaron_Net 阅读(215) 评论(0) 推荐(0) 编辑
摘要: 用户列表预览 Controllers->AccountController.cs Views->Account->Index.cshtml 删除 修改 Controllers->AccountController.cs Views->Account->Edit.cshtml Views ->Shar 阅读全文
posted @ 2018-08-06 15:09 Aaron_Net 阅读(287) 评论(0) 推荐(0) 编辑
摘要: https://docs.microsoft.com/zh-cn/aspnet/core/security/authentication/customize_identity_model?view=aspnetcore-2.1 实践 Models->ApplicationRole.cs 1 usin 阅读全文
posted @ 2018-08-04 17:24 Aaron_Net 阅读(522) 评论(0) 推荐(1) 编辑
摘要: Controllers->AccountController.cs 新建 Models->AccountViewModels->LoginViewModel.cs 新建 Views->Account->Login.cshtml 新建 1 @using System.Collections.Gener 阅读全文
posted @ 2018-08-04 11:53 Aaron_Net 阅读(506) 评论(0) 推荐(0) 编辑
摘要: Startup.cs-> Configure Controllers->AccountController.cs 新建 1 using System; 2 using System.Collections.Generic; 3 using System.Diagnostics; 4 using Sy 阅读全文
posted @ 2018-08-04 11:29 Aaron_Net 阅读(485) 评论(0) 推荐(0) 编辑
摘要: https://docs.microsoft.com/zh-cn/aspnet/core/security/authentication/customize_identity_model?view=aspnetcore-2.1 参考地址 标识模型包含七个实体类型: User -表示的用户 Role  阅读全文
posted @ 2018-08-03 08:32 Aaron_Net 阅读(1028) 评论(0) 推荐(1) 编辑
上一页 1 ··· 5 6 7 8 9 10 下一页