共用方式為


RequestMetadata.MethodType 屬性

定義

取得或設定要求的 HTTP 方法類型。

public:
 property System::String ^ MethodType { System::String ^ get(); void set(System::String ^ value); };
public string MethodType { get; set; }
member this.MethodType : string with get, set
Public Property MethodType As String

屬性值

備註

支援的型別包括 GET、POST、PUT、PATCH、DELETE、HEAD、OPTIONS 和 TRACE。

適用於