Description
-
Holds method that was used.
Property type
-
A HttpMethods
enumeration.
Syntax
-
object.Method
The Method Property syntax has these parts:
| object |
An expression
evaluating to an object of type HttpRequest. |
Remarks
-
Method property holds method used with the request -
i.e. GET, POST, PUT etc..
|