In Mvc,it is the controller’s job to construct some data and pass ite to the view.
M stands for model,and it is the most important part of the application.the model is the representation of the real world object,processes,and rules that define the subject,known as the domain,of the application.the model,often referred to as a domain model,contains the c# objects that make up the universe of the application and the methods that manipulate them.
MVC
最新推荐文章于 2024-12-09 19:55:32 发布