FormMultipartSection.GetValueAsync Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
GetValueAsync() |
Ruft den Formularwert ab. |
GetValueAsync(CancellationToken) |
Ruft den Formularwert ab. |
GetValueAsync()
- Quelle:
- FormMultipartSection.cs
- Quelle:
- FormMultipartSection.cs
- Quelle:
- FormMultipartSection.cs
Ruft den Formularwert ab.
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)
Gibt zurück
Der Formularwert
Gilt für:
GetValueAsync(CancellationToken)
- Quelle:
- FormMultipartSection.cs
Ruft den Formularwert ab.
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)
Parameter
- cancellationToken
- CancellationToken
Das Abbruchtoken.
Gibt zurück
Der Formularwert