标签: c# asp.net-core model asp.net-core-mvc
为什么将MVC模型设为公开而非私有? 我认为应该将模型设为私有的,封装的,并且只能从方法中使用? 我看到的每个教程和程序都将模型公开。
以下是sql数据库中Entity框架的示例。
https://github.com/Apress/pro-asp.net-mvc-5/blob/master/Chapter%2013/SportsStore/SportsStore.Domain/Entities/Product.cs
这个问题不是重复的,这个问题提出了一个关于私人课的好处的稍微不同的问题,
what is the use of Private Classes in C#