PdfSubmitAction
HttpMethod Property
|
Gets or sets the HTTP method.
Namespace:
Spire.Pdf.Actions
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public HttpMethod HttpMethod { get; set; }
Public Property HttpMethod As HttpMethod
Get
Set
public:
property HttpMethod HttpMethod {
HttpMethod get ();
void set (HttpMethod value);
}
member HttpMethod : HttpMethod with get, set
Property Value
Type:
HttpMethod
The HTTP method.
See Also