HttpMethod.Delete Property

Definition

Gets the HTTP DELETE method.

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

Property Value

The HTTP DELETE method.

Applies to