HttpMethod.Patch Property

Definition

Gets the HTTP PATCH method,

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

Property Value

The HTTP PATCH method.

Applies to