Freigeben über


FormFeature.ReadFormAsync Methode

Definition

Ü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

Gibt zurück

Implementiert

Gilt für: