共用方式為


UploadOperation.Method 屬性

定義

取得用於上傳的方法。

public:
 property Platform::String ^ Method { Platform::String ^ get(); };
winrt::hstring Method();
public string Method { get; }
var string = uploadOperation.method;
Public ReadOnly Property Method As String

屬性值

String

Platform::String

winrt::hstring

用於上傳的方法。 此值可以是 GETPUTPOSTRETRSTOR或任何伺服器支援的自訂值。

實作

適用於