HttpMethod.Put Egenskap

Definition

Representerar en HTTP PUT-protokollmetod som används för att ersätta en entitet som identifieras av en URI.

public:
 static property System::Net::Http::HttpMethod ^ Put { System::Net::Http::HttpMethod ^ get(); };
public static System.Net.Http.HttpMethod Put { get; }
static member Put : System.Net.Http.HttpMethod
Public Shared ReadOnly Property Put As HttpMethod

Egenskapsvärde

METODEN HTTP PUT.

Gäller för