What is action methods in web api?
Answer / Adesh Kumar Misra
Action methods in ASP.NET Web API are the methods that handle HTTP requests and return responses to the client. They are marked with an HttpPost, HttpGet, or other appropriate HTTP verb.
| Is This Answer Correct ? | 0 Yes | 0 No |
How Garbage Collector identifies the objects which are not in use?
6 Answers EXL, Honeywell, Microsoft, Tech Mahindra, Tesco,
What is Layout in ASP.Net MVC?
What is the need of Action Filters in ASP.Net MVC
If background completes its processing will it wait for foreground threads?
What is Separation of Concerns in ASP.NET ASP.Net MVC?
What is Peek method in Tempdata in ASP.Net MVC?
What is entitytype? : Entity framework
What is stateless model?
What are Non Action methods in ASP.Net MVC?
Mention some action filters which are used regularly in ASP.Net MVC?
What are Model Binders in ASP.Net MVC?
How do you initiate a string without escaping each backslash ?