adspace
What is Webget and WebInvoke in rest service? Tell difference between them
Answer Posted / Pushker Bhardwaj
WebGet is an attribute used in ASP.NET to create HTTP GET requests in a RESTful web service, while WebInvoke is a method that allows developers to specify HTTP verb (GET, POST, PUT, DELETE) for a specific action within the service. The difference lies in their usage: WebGet is typically used for retrieving data from a resource (GET request), and WebInvoke can be used for creating, updating, or deleting resources using various HTTP verbs.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
No New Questions to Answer in this Category !! You can
Post New Questions
Answer Questions in Different Category