FormFeature.ReadFormAsync Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Overload
ReadFormAsync() | |
ReadFormAsync(CancellationToken) |
Analizza il corpo della richiesta come modulo. |
ReadFormAsync()
- Origine:
- FormFeature.cs
- Origine:
- FormFeature.cs
- Origine:
- 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)
Restituisce
Si applica a
ReadFormAsync(CancellationToken)
- Origine:
- FormFeature.cs
- Origine:
- FormFeature.cs
- Origine:
- FormFeature.cs
Analizza il corpo della richiesta come modulo.
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)
Parametri
- cancellationToken
- CancellationToken