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

相关内容

热门资讯

第7分钟辅助挂!凑一桌关春天辅... 第7分钟辅助挂!凑一桌关春天辅助器在哪买,天蝎大厅辅助,插件教程(详细教程)辅助器中分为三种模型:软...
透视美元局!模拟器打开hhpo... 透视美元局!模拟器打开hhpoker,wejoker透视方法,曝光教程(发现有挂);1、很好的工具软...
第2分钟辅助挂!掌中乐游戏中心... 第2分钟辅助挂!掌中乐游戏中心游辅助器,贵州闲来辅助工具,AI教程(有挂工具)1、系统规律教程、辅助...
透视代打!pokemomo辅助... 透视代打!pokemomo辅助工具,htx矩阵wepoker辅助,攻略教程(真的有挂);透视代打!p...
透视了解!wepoker轻量版... 透视了解!wepoker轻量版有透视,wepoker透视有用,实用技巧(有挂方法);透视了解!wep...
第3分钟辅助挂!0759湛江吴... 第3分钟辅助挂!0759湛江吴川三脚鸡辅助,微友辅助器免费版,科技教程(竟然有挂)1、打开软件启动之...
透视教程!wepoker脚本,... 透视教程!wepoker脚本,wepoker游戏下载,实用技巧(证实有挂);1、不需要AI权限,帮助...
第四分钟辅助挂!老友广东麻将有... 第四分钟辅助挂!老友广东麻将有假,多乐跑得私人房间插件,AA德州教程(有挂秘籍)辅助器中分为三种模型...
透视线上!德州局可以透视,aa... 透视线上!德州局可以透视,aapoker透视脚本入口,科技教程(有挂方法)是一款可以让一直输的玩家,...
第二分钟辅助挂!四川游戏家园辅... 第二分钟辅助挂!四川游戏家园辅助界面,三江互娱辅助,揭秘教程(有挂助手)1、下载好辅助软件之后点击打...