Class | Description |
---|---|
HttpVerbInterceptor |
Restricts the routing to matching HTTP verbs.
|
Annotation Type | Description |
---|---|
DELETE |
Restricts a
WebMethod to a specific HTTP method 'DELETE'. |
GET |
Restricts a
WebMethod to a specific HTTP method 'GET'. |
POST |
Restricts a
WebMethod to a specific HTTP method 'POST'. |
PUT |
Restricts a
WebMethod to a specific HTTP method 'PUT'. |
Copyright © 2004–2022. All rights reserved.