次の方法で共有


FeedResourceRequest.Method プロパティ

定義

フィード リソース要求の HTTP メソッドを取得します。

public:
 property Platform::String ^ Method { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring Method();

void Method(winrt::hstring value);
public string Method { get; set; }
var string = feedResourceRequest.method;
feedResourceRequest.method = string;
Public Property Method As String

プロパティ値

String

Platform::String

winrt::hstring

"GET"、"PUT"、または "UPDATE" の文字列値。

適用対象