HttpGetAttribute Class
Makes a service operation respond to the GET HTTP method.
Remarks
Unless defined otherwise, parameters of a GET operation are read from the query string of the URL, except the ones used in the route of the operation, which are read from the URL path.
Syntax
Unit: XData.Service.Common
HttpGetAttribute = class(HttpMethodAttribute);
Methods
| Name | Description |
|---|---|
| HttpMethod | Returns the HTTP method defined by the attribute. |