FormFeature.Form Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient ou définit le formulaire analysé.
Cette API retourne une valeur non null si le corps de la demande a été lu à l’aide ReadFormAsync(CancellationToken) de ou ReadForm(), ou si une valeur a été explicitement affectée.
public:
property Microsoft::AspNetCore::Http::IFormCollection ^ Form { Microsoft::AspNetCore::Http::IFormCollection ^ get(); void set(Microsoft::AspNetCore::Http::IFormCollection ^ value); };
public Microsoft.AspNetCore.Http.IFormCollection Form { get; set; }
public Microsoft.AspNetCore.Http.IFormCollection? Form { get; set; }
member this.Form : Microsoft.AspNetCore.Http.IFormCollection with get, set
Public Property Form As IFormCollection