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