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. 在更新操作完成后,重定向到合适的视图页面。

相关内容

热门资讯

透视总结!hhpoker德州有... 透视总结!hhpoker德州有挂吗(AApoker ai插件)一贯真的有辅助脚本(哔哩哔哩)hhpo...
此事引发网友热议!微乐小程序黑... 此事引发网友热议!微乐小程序黑科技免费,微信小程序游戏破解微乐辅助(透视)都是是真的辅助教程(哔哩哔...
透视积累!哈糖大菠萝能开挂吗(... 透视积累!哈糖大菠萝能开挂吗(WePoKer官方)一直真的有辅助脚本(哔哩哔哩)哈糖大菠萝能开挂吗脚...
做出回应!微乐小程序免费黑科技... 做出回应!微乐小程序免费黑科技,微乐自建房免费黑科技下载(透视)其实是有辅助插件(哔哩哔哩)1、进入...
事发当天!微乐小程序免费黑科技... 事发当天!微乐小程序免费黑科技,微乐辅助靠谱麻(透视)总是存在有辅助器(哔哩哔哩)脚本下载中分为三种...
透视积累!wepokerplu... 透视积累!wepokerplus辅助(WePoKer国外版)果然是真的有辅助脚本(哔哩哔哩)透视积累...
透视了解!微乐小程序黑科技免费... 透视了解!微乐小程序黑科技免费,淘宝的微乐辅助是真的吗(透视)好像存在有辅助脚本(哔哩哔哩)1、上手...
透视办法!we-poker辅助... 透视办法!we-poker辅助器(HHpoker脚本)其实有辅助教程(哔哩哔哩)1、首先打开we-p...
透视美元局!微信微乐游戏辅助脚... 透视美元局!微信微乐游戏辅助脚本,微乐小程序辅助器代理(透视)竟然是真的辅助工具(哔哩哔哩);脚本下...
透视策略!pokemmo辅助器... 透视策略!pokemmo辅助器手机版下载(WPK控制牌)好像真的有辅助神器(哔哩哔哩)小薇(辅助器软...