DefaultHttpContext.FormOptions 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 FormOptions pour cette instance.
public:
property Microsoft::AspNetCore::Http::Features::FormOptions ^ FormOptions { Microsoft::AspNetCore::Http::Features::FormOptions ^ get(); void set(Microsoft::AspNetCore::Http::Features::FormOptions ^ value); };
public Microsoft.AspNetCore.Http.Features.FormOptions FormOptions { get; set; }
member this.FormOptions : Microsoft.AspNetCore.Http.Features.FormOptions with get, set
Public Property FormOptions As FormOptions