Freigeben über


IFormFeature.Form Eigenschaft

Definition

Ruft das analysierte Formular ab oder legt es fest.

Diese API gibt einen Wert ungleich NULL zurück, wenn der Anforderungstext mit ReadFormAsync(CancellationToken) oder ReadForm()gelesen wurde oder wenn ein Wert explizit zugewiesen wurde.

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

Eigenschaftswert

Gilt für: