ASP .NET MVC - 无法更新一对一的数据
创始人
2024-11-11 15:00:16
0

在ASP .NET MVC中,有时候在更新一对一关系的数据时会遇到问题。下面是一个解决该问题的示例代码。

假设我们有两个实体类:User和Profile,它们之间是一对一的关系。

public class User
{
    public int Id { get; set; }
    public string Name { get; set; }
    public Profile Profile { get; set; }
}

public class Profile
{
    public int Id { get; set; }
    public string Address { get; set; }
    public User User { get; set; }
}

在Controller中,我们可以使用EF Core来更新一对一关系的数据。

public class UserController : Controller
{
    private readonly ApplicationDbContext _context;

    public UserController(ApplicationDbContext context)
    {
        _context = context;
    }

    public IActionResult Edit(int id)
    {
        // 获取要编辑的用户
        User user = _context.Users.Include(u => u.Profile).FirstOrDefault(u => u.Id == id);

        return View(user);
    }

    [HttpPost]
    public IActionResult Edit(User user)
    {
        if (ModelState.IsValid)
        {
            // 更新用户信息
            _context.Users.Update(user);

            // 更新用户的Profile信息
            _context.Profiles.Update(user.Profile);

            _context.SaveChanges();

            return RedirectToAction("Index");
        }

        return View(user);
    }
}

在Edit视图中,我们可以使用表单来编辑用户和Profile的信息。

@model User

这样,当用户提交编辑表单时,会更新User和Profile的信息,并保存到数据库中。

相关内容

热门资讯

透视开发!wejoker辅助机... 透视开发!wejoker辅助机器人(透视)开挂辅助攻略(都是是真的挂)-哔哩哔哩1、进入到wejok...
透视规律!约局吧德州可以透视吗... 透视规律!约局吧德州可以透视吗,黑侠破解wepoker,法子教程(其实存在有挂)-哔哩哔哩1、约局吧...
透视智能!hhpoker辅助(... 透视智能!hhpoker辅助(透视)开挂辅助技巧(一直真的有挂)-哔哩哔哩1、让任何用户在无需hhp...
透视有挂!如何下载德普之星辅助... 透视有挂!如何下载德普之星辅助软件,wejoker开挂,绝活教程(都是真的有挂)-哔哩哔哩运如何下载...
透视输赢!wejoker黑侠辅... 透视输赢!wejoker黑侠辅助器(透视)开挂辅助神器(一贯有挂)-哔哩哔哩wejoker黑侠辅助器...
透视能赢!约局吧能不能开挂,w... 透视能赢!约局吧能不能开挂,wepokerplus透视脚本免费,指南书教程(原来真的有挂)-哔哩哔哩...
透视开发!模拟器打开hhpok... 透视开发!模拟器打开hhpoker(透视)开挂辅助软件(原来是真的挂)-哔哩哔哩1、玩家可以在模拟器...
透视总结!wepoker祈福有... 透视总结!wepoker祈福有用吗,xpoker辅助助手,项目教程(一直真的是有挂)-哔哩哔哩1、每...
透视打法!聚星ai辅助工具收费... 透视打法!聚星ai辅助工具收费多少(透视)开挂辅助工具(本来有挂)-哔哩哔哩1、聚星ai辅助工具收费...
透视好友!佛手在线大菠萝为什么... 透视好友!佛手在线大菠萝为什么都输,德州hhpoker脚本,学习教程(真是有挂)-哔哩哔哩1、每一步...