Class HttpMethod
Specifies Http request method.
Inheritance
System.Object
HttpMethod
Namespace: Syncfusion.Pdf.Interactive
Assembly: Syncfusion.Pdf.Portable.dll
Syntax
public sealed class HttpMethod : Enum
Fields
Get
Data submitted using Http Get method.
Declaration
public const HttpMethod Get
Field Value
Type | Description |
---|---|
HttpMethod |
Post
Data submitted using Http Post method.
Declaration
public const HttpMethod Post
Field Value
Type | Description |
---|---|
HttpMethod |
value__
Declaration
public int value__
Field Value
Type | Description |
---|---|
System.Int32 |