HttpMethod.Put 屬性

定義

表示 HTTP PUT 通訊協定方法,用來取代 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

屬性值

HTTP PUT 方法。

適用於