- MVC three-storey structure
M:model (Model) V:Views (tried to) C:controller (Controller) Controllerin the controller andViewin theAction (Action) is one by one corresponding to the
- Page Call
- Open HomeController Code snippet, Return View () empty in parentheses, access the default page, or specify the page you want to access in parentheses
- Parsing of page call addresses
should be interpreted as: Home Controller under the Index Action
ORM : Object Relational Model
- ViewData Pass Value :
- Controllers is defined in
View to display in
- ViewData Transfer Entities
- in the Controller entity defined in
- in the View Middle Pass Value
- tempdatePass Value
- controller OL type= "A" style= "margin-left:0.375in; direction:ltr; unicode-bidi:embed; margin-top:0in; margin-bottom:0in; Font-family: Young round; Font-size:12pt ">
-
- View shown in
- MVC as a model of software design, the business logic, data, interface display separation, hehe, there are 1.3 layers of meaning
MVC shallow into shallow out