Action:-Actions are like our general methods we are writing in C#,Controller can contain all actions which can send the response to the user or calling Views. Action(s) have return types ActionResult ii will return ViewResult for calling the View
Controller:-It is the Heart of Asp.net MVC, which take request for user and it will decide what view to render. It contain actions.Model:-Model is like our normal .net component for write our business logic/validations etc.
View:-It is rednering User Interface, it contain 2 forms either .aspx(View) or .ascx(Partial View)
ViewEngineCollection:-It gives list of all register views
No comments:
Post a Comment