共用方式為


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”。

適用於