What do you mean by action methods?
Answer / Vimal Chandra
In the context of MVC, action methods are public methods in a controller class that handle specific requests and return a response. They typically perform business logic and interact with models.
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain what is mvc application life cycle?
What is meant by mvc?
What is mvc view engine?
What is the difference between mvc and mvp?
What is mvc route constraints?
What is the difference between partial view and layout in mvc?
What is route in mvc what is default route in mvc?
Why dependency injection is used in mvc?
Mention what is the difference between temp data, view, and view bag?
Steps for the execution of an MVC project?
Explain what is routing? What are the three segments for routing is important?
What is model layer mvc?