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

相关内容

热门资讯

透视挂透视!werplan免费... 透视挂透视!werplan免费挂下载,wepoker的辅助器,资料教程(有挂分享)-哔哩哔哩该软件可...
透视了解!德普之星透视,hhp... 透视了解!德普之星透视,hhpoker辅助挂是真的吗,方针教程(有挂辅助)-哔哩哔哩1、进入游戏-大...
透视存在!德普之星透视辅助软件... 透视存在!德普之星透视辅助软件激活码,wepokerplus万能挂,课程教程(确实有挂)-哔哩哔哩1...
透视智能ai!wepoker智... 您好,wepoker智能辅助插件这款游戏可以开挂的,确实是有挂的,需要了解加去威信【48527505...
透视教学!wepoker俱乐部... 透视教学!wepoker俱乐部辅助,德州透视脚本,策略教程(真的有挂)-哔哩哔哩1、wepoker俱...
透视脚本!we-poker靠谱... 透视脚本!we-poker靠谱吗,wpk显示有辅助,教程书教程(有挂辅助)-哔哩哔哩1、游戏颠覆性的...
透视辅助!wpk透视怎么安装,... 透视辅助!wpk透视怎么安装,拱趴大菠萝万能挂,手段教程(有挂秘诀)-哔哩哔哩1、进入游戏-大厅左侧...
透视教学!wpk辅助最怕三个东... 透视教学!wpk辅助最怕三个东西,aapoker ai插件,课程教程(有挂分析)-哔哩哔哩1、下载好...
透视科技!wepoker怎么发... 透视科技!wepoker怎么发冤家牌,wepoker是不是有人用挂,练习教程(新版有挂)-哔哩哔哩1...
透视线上!哈糖大菠萝怎么挂,h... 透视线上!哈糖大菠萝怎么挂,hhpoker德州有挂吗,操作教程(有挂方式)-哔哩哔哩1、哈糖大菠萝怎...