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?
What is difference between mvc (model-view-controller) and mvp (model-view-presenter)?
Is razor pages replacing mvc?
What are route constraints in mvc?
Explain what is routing in mvc?
What is filter overrides in mvc?
What is @html in mvc?
Is mvc stateless?
How routing is done in mvc pattern?
Why is mvc important?
Mention what filters are executed in the end?
Explain what is database first approach in mvc using entity framework?