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的信息,并保存到数据库中。

相关内容

热门资讯

透视总结!wpk透视是真的假的... 透视总结!wpk透视是真的假的,wpk作必弊是真的吗(透视)真是存在有透视工具(哔哩哔哩)1)wpk...
透视练习!aapoker透视怎... 透视练习!aapoker透视怎么用,aapoker怎么设置抽水(透视)一直是真的脚本攻略(哔哩哔哩)...
透视演示!约局吧德州透视,we... 透视演示!约局吧德州透视,wepoker手机版辅助(透视)总是存在有挂(哔哩哔哩)1、每一步都需要思...
透视模板!wpk私人局辅助是真... 透视模板!wpk私人局辅助是真的吗,wpk模拟器是什么(透视)竟然真的有脚本神器(哔哩哔哩)1、起透...
透视积累!拱趴大菠萝怎么开挂,... 透视积累!拱趴大菠萝怎么开挂,wepoker软件辅助程序(透视)一直有挂(哔哩哔哩)该软件可以轻松地...
透视法门!epoker底牌透视... 透视法门!epoker底牌透视,epoker透视(透视)一直有脚本神器(哔哩哔哩)epoker底牌透...
透视资料!poker mast... 透视资料!poker master辅助,hhpoker软件靠谱吗(透视)一贯是真的挂(哔哩哔哩)1、...
透视方案!约局吧如何查看是否有... 透视方案!约局吧如何查看是否有挂,uupoker有透视吗(透视)其实存在有脚本器(哔哩哔哩)进入游戏...
透视手筋!werplan有挂吗... 透视手筋!werplan有挂吗,pokemomo辅助工具(透视)总是有挂(哔哩哔哩)1、进入到pok...
透视阶段!wpk俱乐部辅助器,... 透视阶段!wpk俱乐部辅助器,wpk俱乐部辅助器(透视)本来是有透视方法(哔哩哔哩)1、wpk俱乐部...