Warning: file_get_contents(/data/phpspider/zhask/data//catemap/7/user-interface/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181

Warning: file_get_contents(/data/phpspider/zhask/data//catemap/6/authentication/3.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
User interface microsoft.aspnetcore.identity的用户界面_User Interface_Authentication_Identity_Asp.net Core 2.0 - Fatal编程技术网

User interface microsoft.aspnetcore.identity的用户界面

User interface microsoft.aspnetcore.identity的用户界面,user-interface,authentication,identity,asp.net-core-2.0,User Interface,Authentication,Identity,Asp.net Core 2.0,我正在使用.NETCore2.0,并在创建网站时选择了“个人用户帐户”。我可以注册/登录/注销,我可以在数据库中看到声明、登录、角色和用户的表格 然后,我安装了Microsoft.AspnetCore.Identity nuget软件包,它似乎没有给我已有的软件添加任何内容 我希望这些软件包中有一个用户界面组件。基本上,我需要构建所有的UI管理crud操作吗?或者我可以以某种方式将其从书架上取下来吗?Microsoft没有为Identity构建管理UI,即使他们已经为ASP.NET成员身份构建了

我正在使用.NETCore2.0,并在创建网站时选择了“个人用户帐户”。我可以注册/登录/注销,我可以在数据库中看到声明、登录、角色和用户的表格

然后,我安装了Microsoft.AspnetCore.Identity nuget软件包,它似乎没有给我已有的软件添加任何内容


我希望这些软件包中有一个用户界面组件。基本上,我需要构建所有的UI管理crud操作吗?或者我可以以某种方式将其从书架上取下来吗?

Microsoft没有为Identity构建管理UI,即使他们已经为ASP.NET成员身份构建了管理UI

Thinktecture取代了Identity 2.0,Skorunka František取代了Identity 3.0(核心)

因此,通常每个用户都推出了自己的解决方案,包括作为ASP.NET Identity Core示例的解决方案