HttpMethod PropertiesC# API
The HttpMethod type exposes the following members.
Properties

  NameDescription
Public propertyStatic memberDELETE
Represents the HTTP DELETE method.
Public propertyStatic memberGET
Represents the HTTP GET method.
Public propertyStatic memberHEAD
Represents the HTTP HEAD method.
Public propertyStatic memberOPTIONS
Represents the HTTP OPTIONS method.
Public propertyStatic memberPATCH
Represents the HTTP PATCH method.
Public propertyStatic memberPOST
Represents the HTTP POST method.
Public propertyStatic memberPUT
Represents the HTTP PUT method.
Back to Top
See Also