The method tells the server about the request method.
Namespace:
Aspose.Email.Amp
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
SyntaxPublic Enumeration FormMethod
public enum class FormMethod
Members
| Member name | Value | Description |
---|
| Post | 0 |
Method post.
|
| Get | 1 |
Method get.
|
See Also