Share via


HttpMethod.Method プロパティ

定義

HTTP メソッドを取得します。

public:
 property Platform::String ^ Method { Platform::String ^ get(); };
winrt::hstring Method();
public string Method { get; }
var string = httpMethod.method;
Public ReadOnly Property Method As String

プロパティ値

String

Platform::String

winrt::hstring

String として表される HTTP メソッド。

適用対象