共用方式為


FormMultipartSection.GetValueAsync 方法

定義

多載

GetValueAsync()

取得表單值

GetValueAsync(CancellationToken)

取得表單值

GetValueAsync()

來源:
FormMultipartSection.cs
來源:
FormMultipartSection.cs
來源:
FormMultipartSection.cs

取得表單值

public:
 System::Threading::Tasks::Task<System::String ^> ^ GetValueAsync();
public System.Threading.Tasks.Task<string> GetValueAsync ();
member this.GetValueAsync : unit -> System.Threading.Tasks.Task<string>
Public Function GetValueAsync () As Task(Of String)

傳回

表單值

適用於

GetValueAsync(CancellationToken)

來源:
FormMultipartSection.cs

取得表單值

public System.Threading.Tasks.ValueTask<string> GetValueAsync (System.Threading.CancellationToken cancellationToken);
member this.GetValueAsync : System.Threading.CancellationToken -> System.Threading.Tasks.ValueTask<string>
Public Function GetValueAsync (cancellationToken As CancellationToken) As ValueTask(Of String)

參數

cancellationToken
CancellationToken

取消語彙基元。

傳回

表單值

適用於