BackgroundUploader.Method 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置用于上传的 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
属性值
用于后台上传的方法。 设置此属性将替代用于操作的默认方法。