Partager via


FormFeature.Form Propriété

Définition

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

Valeur de propriété

Implémente

S’applique à