EF Core MVC
1、EF Core数据库迁移:
Add-Migration XXXX
Update-Database
2、View添加块
_Layout:@RenderSection("SectionName")
其他View:@section SectionName{
<div>
</div>
}
3、[
1、EF Core数据库迁移:
Add-Migration XXXX
Update-Database
2、View添加块
_Layout:@RenderSection("SectionName")
其他View:@section SectionName{
<div>
</div>
}
3、[