Answer Posted / Ankit Malik
The page lifecycle in an MVC application starts with a request for a particular route, which is then handled by the controller. The controller invokes actions that manipulate the model and return a view. The view renders the UI and sends the response back to the client. Throughout this process, events can trigger various stages of the page lifecycle, such as initialization, loading, rendering, and unloading.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers