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

适用于