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

相关内容

热门资讯

透视攻略!佛手大菠萝辅助(HH... 透视攻略!佛手大菠萝辅助(HHpoker有辅助)总是存在有辅助app(哔哩哔哩);1、实时佛手大菠萝...
透视教程书!德普之星的辅助工具... 透视教程书!德普之星的辅助工具介绍(HHpoker平台挂)都是是有辅助插件(哔哩哔哩)1)德普之星的...
透视策略!德普辅助器怎么用(H... 透视策略!德普辅助器怎么用(HHpoker正品)本来有辅助脚本(哔哩哔哩)小薇(辅助器软件下载)致您...
透视方针!wpk透视辅助靠谱吗... 透视方针!wpk透视辅助靠谱吗(AApoker ai)原来真的有辅助攻略(哔哩哔哩)1、透视方针!w...
透视讲义!约局吧游戏挂(德扑之... 透视讲义!约局吧游戏挂(德扑之心透视)竟然是真的有辅助插件(哔哩哔哩)1、实时约局吧游戏挂透视辅助更...
透视讲义!wepoker破解游... 透视讲义!wepoker破解游戏盒子(WPK脚本)确实是真的有辅助插件(哔哩哔哩)1、下载好wepo...
透视绝活儿!wepokerpl... 透视绝活儿!wepokerplus到底是挂了吗(WePoKer辅助器)好像有辅助软件(哔哩哔哩)1、...
透视积累!德普之星透视免费(W... 透视积累!德普之星透视免费(WePoKer脚本)本来有辅助软件(哔哩哔哩)运德普之星透视免费辅助工具...
透视讲义!hhpoker德州机... 透视讲义!hhpoker德州机器人(HHpoker教程)其实真的是有辅助工具(哔哩哔哩)1、金币登录...
透视指引!wepoker好友局... 透视指引!wepoker好友局透视(WePoKer分析器)其实真的有辅助技巧(哔哩哔哩)1、wepo...