ASPMVCEntityFrameworkcore.Updatemanytomanyrelationshiponformpost
创始人
2024-09-20 04:30:48
0
  1. 首先在数据库中创建一个关系表(中间表)以保存多对多关系。
  2. 在模型类中声明关系,例如:
public class Student
{
   public int StudentId { get; set; }
   public string Name { get; set; }

   public ICollection Courses { get; set; }
}

public class Course
{
   public int CourseId { get; set; }
   public string Title { get; set; }

   public ICollection Students { get; set; }
}
  1. 在上述模型中使用 [ForeignKey] 和 [InverseProperty] 属性来指定相应的外键和反向导航属性。确保通过中间表建立正确的多对多关系。
  2. 在视图中使用 @Html.HiddenFor 和 @Html.CheckBoxFor 显示对应关系的数据和状态。
  3. 在控制器中,执行上述关系的更新操作,例如:
[HttpPost]
public IActionResult Edit(int studentId, List selectedCourseIds)
{
    Student student = _context.Students
        .Include(s => s.Courses)
        .Single(s => s.StudentId == studentId);

    student.Courses = new List();
    if (selectedCourseIds != null)
    {
        foreach (int courseId in selectedCourseIds)
        {
            Course course = _context.Courses.Find(courseId);
            student.Courses.Add(course);
        }
    }

    _context.SaveChanges();

    return RedirectToAction("Index");
}
  1. 在更新操作完成后,重定向到合适的视图页面。

相关内容

热门资讯

有挂透视!佛手大菠萝13道挂哪... 有挂透视!佛手大菠萝13道挂哪里,陕西微乐挖坑小程序脚本,妙招教程(有挂透明挂)-哔哩哔哩1、上手简...
科普透视!wepokerplu... 科普透视!wepokerplus到底是挂了吗,微乐小程序破解,指引教程(有挂秘籍)-哔哩哔哩1、起透...
详细透视!德普之星怎么开辅助,... 详细透视!德普之星怎么开辅助,微乐小程序黑科技辅助工具2026最新推荐,方式教程(有挂详情)-哔哩哔...
分享透视!hhpoker买挂,... 分享透视!hhpoker买挂,微乐家乡麻将辅助,阶段教程(有挂方针)-哔哩哔哩1、该软件可以轻松地帮...
了解透视!德州机器人代打脚本,... 了解透视!德州机器人代打脚本,微乐广西小程序开挂,指引教程(发现有挂)-哔哩哔哩德州机器人代打脚本是...
解谜透视!hhpoker辅助,... 解谜透视!hhpoker辅助,微信小程序游戏充值破解,阶段教程(有挂分享)-哔哩哔哩1、全新机制【h...
推荐透视!hhpoker真的有... 推荐透视!hhpoker真的有透视吗,微乐小程序游戏破解器苹果系统,窍要教程(有挂实锤)-哔哩哔哩1...
了解透视!hhpoker底牌透... 了解透视!hhpoker底牌透视脚本,微信小程序微乐为什么老输,模板教程(有挂存在)-哔哩哔哩1、全...
辅助透视!大菠萝789辅助器下... 辅助透视!大菠萝789辅助器下载,微乐小程序自建房辅助器,绝活教程(有挂神器)-哔哩哔哩大菠萝789...
分享透视!wpk模拟器多开,微... 分享透视!wpk模拟器多开,微信微乐游戏破解器,经验教程(的确有挂)-哔哩哔哩1、任何wpk模拟器多...