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

相关内容

热门资讯

透视揭幕!we-poker是什... 透视揭幕!we-poker是什么软件,We poker辅助器下载(透视)确实是有方法(哔哩哔哩)1、...
透视神器!pokemomo辅助... 透视神器!pokemomo辅助工具,微乐辅助靠谱麻,解谜透视(有挂规律)-哔哩哔哩1、透视神器!po...
透视科普!wepoker手机版... 透视科普!wepoker手机版辅助,wepoker黑侠破解(透视)一直是有工具(哔哩哔哩)1、脚本辅...
长期以来!wejoker免费脚... 长期以来!wejoker免费脚本,微乐四川麻将辅助器,详细透视(有挂细节)-哔哩哔哩1、长期以来!w...
透视详情!德普之星辅助软件,德... 透视详情!德普之星辅助软件,德普之星怎么开辅助(透视)真是存在有工具(哔哩哔哩)1、上手简单,内置详...
透视美元局!werplan怎么... 透视美元局!werplan怎么作必弊,微乐自建房免费黑科技有哪些,教你脚本(证实有挂)-哔哩哔哩1、...
透视辅助!wejoker内置辅... 透视辅助!wejoker内置辅助,微乐卡五星有挂吗,曝光脚本(有挂解惑)-哔哩哔哩进入游戏-大厅左侧...
透视解谜!德扑HHpoker有... 您好,这款游戏可以开挂的,确实是有挂的,需要了解加去威信【485275054】很多玩家在这款游戏中打...
备受关注的!wpk辅助购买,微... 备受关注的!wpk辅助购买,微乐陕西小程序破解器下载,关于脚本(果真有挂)-哔哩哔哩1、游戏颠覆性的...
透视必备!德普之星透视辅助,德... 透视必备!德普之星透视辅助,德普之星私人局辅助免费(透视)一贯是真的挂(哔哩哔哩)1、该软件可以轻松...