FormMultipartSection.GetValueAsync 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
GetValueAsync() |
获取窗体值 |
GetValueAsync(CancellationToken) |
获取窗体值 |
GetValueAsync()
- Source:
- FormMultipartSection.cs
- Source:
- FormMultipartSection.cs
- Source:
- 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)
- Source:
- 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
取消标记。
返回
窗体值