The http method specifies how to submit to the server.
Namespace: TallComponents.PDF.ActionsAssembly: TallComponents.PDF.Controls.WinForms (in TallComponents.PDF.Controls.WinForms.dll) Version: 2.0.46.0
Syntax
| C# |
|---|
public enum HttpMethod |
| Visual Basic |
|---|
Public Enumeration HttpMethod |
Members
| Member name | Value | Description | |
|---|---|---|---|
| Post | 0 | Use Http post request. | |
| Get | 1 | Use Http get. |
Remarks
This property is meaningfull for SubmitFormat: Pdf and Html