HttpRequest.Form Proprietà

Definizione

Ottiene o imposta il corpo della richiesta come maschera.

public:
 abstract property Microsoft::AspNetCore::Http::IFormCollection ^ Form { Microsoft::AspNetCore::Http::IFormCollection ^ get(); void set(Microsoft::AspNetCore::Http::IFormCollection ^ value); };
public abstract Microsoft.AspNetCore.Http.IFormCollection Form { get; set; }
member this.Form : Microsoft.AspNetCore.Http.IFormCollection with get, set
Public MustOverride Property Form As IFormCollection

Valore della proprietà

Eccezioni

tipo di contenuto non corretto.

Commenti

La chiamata di questa proprietà potrebbe comportare l'esaurimento dei thread perché esegue il wrapping di un'implementazione asincrona. Per evitare che questo metodo ReadFormAsync(CancellationToken) possa essere utilizzato. Per altre informazioni, vedere https://aka.ms/aspnet/forms-async.

Si applica a