FormMultipartSection.GetValueAsync Metoda
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Przeciążenia
GetValueAsync() |
Pobiera wartość formularza |
GetValueAsync(CancellationToken) |
Pobiera wartość formularza |
GetValueAsync()
- Źródło:
- FormMultipartSection.cs
- Źródło:
- FormMultipartSection.cs
- Źródło:
- FormMultipartSection.cs
Pobiera wartość formularza
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)
Zwraca
Wartość formularza
Dotyczy
GetValueAsync(CancellationToken)
- Źródło:
- FormMultipartSection.cs
Pobiera wartość formularza
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)
Parametry
- cancellationToken
- CancellationToken
Token anulowania.
Zwraca
Wartość formularza