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

适用于