共用方式為


IncomingWebRequestContext.Method 屬性

定義

取得傳入的 Web 要求之 HTTP 方法。

public:
 property System::String ^ Method { System::String ^ get(); };
public string Method { get; }
member this.Method : string
Public ReadOnly Property Method As String

屬性值

傳入的 Web 要求之 HTTP 方法。

適用於