HttpRequest.Method 屬性

定義

取得或設定 HTTP 方法。

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

屬性值

HTTP 方法。

適用於