FormFeature.ReadFormAsync 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
ReadFormAsync() | |
ReadFormAsync(CancellationToken) |
Analysiert den Anforderungstext als Formular. |
ReadFormAsync()
- Quelle:
- FormFeature.cs
- Quelle:
- FormFeature.cs
- Quelle:
- FormFeature.cs
System.Object.ReadFormAsync
public:
System::Threading::Tasks::Task<Microsoft::AspNetCore::Http::IFormCollection ^> ^ ReadFormAsync();
public System.Threading.Tasks.Task<Microsoft.AspNetCore.Http.IFormCollection> ReadFormAsync ();
member this.ReadFormAsync : unit -> System.Threading.Tasks.Task<Microsoft.AspNetCore.Http.IFormCollection>
Public Function ReadFormAsync () As Task(Of IFormCollection)
Gibt zurück
Gilt für:
ReadFormAsync(CancellationToken)
- Quelle:
- FormFeature.cs
- Quelle:
- FormFeature.cs
- Quelle:
- FormFeature.cs
Analysiert den Anforderungstext als Formular.
public:
virtual System::Threading::Tasks::Task<Microsoft::AspNetCore::Http::IFormCollection ^> ^ ReadFormAsync(System::Threading::CancellationToken cancellationToken);
public System.Threading.Tasks.Task<Microsoft.AspNetCore.Http.IFormCollection> ReadFormAsync (System.Threading.CancellationToken cancellationToken);
abstract member ReadFormAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.AspNetCore.Http.IFormCollection>
override this.ReadFormAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.AspNetCore.Http.IFormCollection>
Public Function ReadFormAsync (cancellationToken As CancellationToken) As Task(Of IFormCollection)
Parameter
- cancellationToken
- CancellationToken