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 方法。

適用於