IFormFeature.ReadFormAsync(CancellationToken) 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.
Analysiert den Anforderungstext als Formular.
public:
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>
Public Function ReadFormAsync (cancellationToken As CancellationToken) As Task(Of IFormCollection)
Parameter
- cancellationToken
- CancellationToken