What is action methods in web api?



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

Post New Answer

More Dot Net Framework Interview Questions

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?

1 Answers   B-Ways TecnoSoft,


What is the need of Action Filters in ASP.Net MVC

1 Answers   B-Ways TecnoSoft,


If background completes its processing will it wait for foreground threads?

2 Answers   Kanbay,


What is Separation of Concerns in ASP.NET ASP.Net MVC?

1 Answers  


What is Peek method in Tempdata in ASP.Net MVC?

1 Answers  


What is entitytype? : Entity framework

1 Answers  


What is stateless model?

1 Answers  


What are Non Action methods in ASP.Net MVC?

1 Answers  


Mention some action filters which are used regularly in ASP.Net MVC?

1 Answers  


What are Model Binders in ASP.Net MVC?

1 Answers  


How do you initiate a string without escaping each backslash ?

1 Answers  


Categories