AspNetCore Identity用户缺少ApplicationUser自定义属性
创始人
2024-09-20 07:30:14
0

当使用AspNetCore Identity时,你可以通过继承IdentityUser类来为用户添加自定义属性。以下是一种解决方法的代码示例:

  1. 创建一个继承自IdentityUser的自定义用户类ApplicationUser,并在其中添加你需要的自定义属性。
using Microsoft.AspNetCore.Identity;

public class ApplicationUser : IdentityUser
{
    public string FirstName { get; set; }
    public string LastName { get; set; }
    // 添加其他自定义属性
}
  1. Startup.cs文件中的ConfigureServices方法中,将IdentityUser替换为ApplicationUser
public void ConfigureServices(IServiceCollection services)
{
    // ...

    services.AddIdentity()
        .AddEntityFrameworkStores()
        .AddDefaultTokenProviders();

    // ...
}
  1. DbContext类(通常是ApplicationDbContext)中,将IdentityUser替换为ApplicationUser
using Microsoft.AspNetCore.Identity.EntityFrameworkCore;
using Microsoft.EntityFrameworkCore;

public class ApplicationDbContext : IdentityDbContext
{
    // ...
}

现在,你可以使用ApplicationUser类来访问自定义的属性了。例如:

public class SomeController : Controller
{
    private readonly UserManager _userManager;

    public SomeController(UserManager userManager)
    {
        _userManager = userManager;
    }

    public async Task SomeAction()
    {
        var userId = User.GetUserId();
        var user = await _userManager.FindByIdAsync(userId);

        var firstName = user.FirstName;
        var lastName = user.LastName;

        // ...

        return View();
    }
}

以上示例中,ApplicationUser类添加了FirstNameLastName属性,并且在SomeController中使用UserManager来获取当前用户的信息,并访问自定义属性。

相关内容

热门资讯

透视实锤!aapoker怎么设... 透视实锤!aapoker怎么设置抽水(透视)ai插件(竟然有挂)运aapoker怎么设置抽水辅助工具...
透视安装!aa poker辅助... 透视安装!aa poker辅助(透视)透视脚本(本来真的有挂);1、aa poker辅助透视辅助简单...
透视有挂!aapoker免费透... 透视有挂!aapoker免费透视脚本(透视)透视脚本下载(好像是有挂);1、实时aapoker免费透...
透视好友!aapoker辅助怎... 透视好友!aapoker辅助怎么用(透视)真的假的(总是有挂)1、aapoker辅助怎么用系统规律教...
透视有挂!aapoker辅助插... 透视有挂!aapoker辅助插件工具(透视)辅助(切实是真的有挂);aapoker辅助插件工具软件透...
透视透视!aapoker免费透... 透视透视!aapoker免费透视脚本(透视)透视脚本(一直有挂);在进入aapoker免费透视脚本辅...
透视最新!aapoker辅助工... 透视最新!aapoker辅助工具安全吗(透视)真的假的(一贯真的是有挂);aapoker辅助工具安全...
透视挂!aapoker插件下载... 透视挂!aapoker插件下载(透视)脚本(好像存在有挂)1、下载好aapoker插件下载辅助软件之...
透视软件!aapoker真的假... 透视软件!aapoker真的假的(透视)真的假的(其实有挂)在进入aapoker真的假的辅助挂后,参...
透视教学!aapoker俱乐部... 透视教学!aapoker俱乐部靠谱吗(透视)ai插件(其实真的是有挂)1、首先打开aapoker俱乐...