Gets or sets the HTTP method.

Namespace: Spire.Pdf.Actions
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 6.2.6.0 (6.2.6.2020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
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

HttpMethod
The HTTP method.

See Also