HttpMethod.Put Property

Definition

Gets the HTTP PUT method.

public:
 static property HttpMethod ^ Put { HttpMethod ^ get(); };
static HttpMethod Put();
public static HttpMethod Put { get; }
var httpMethod = HttpMethod.put;
Public Shared ReadOnly Property Put As HttpMethod

Property Value

The HTTP PUT method.

Applies to