BackgroundUploader.Method 属性

定义

获取或设置用于上传的 HTTP 方法。 用于上传操作的默认方法是 POST。

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 = backgroundUploader.method;
backgroundUploader.method = string;
Public Property Method As String

属性值

String

Platform::String

winrt::hstring

用于后台上传的方法。 设置此属性将替代用于操作的默认方法。

实现

适用于