Compartir a través de


FormFeature.Form Propiedad

Definición

Obtiene o establece el formulario analizado.

Esta API devolverá un valor distinto de NULL si el cuerpo de la solicitud se leyó mediante ReadFormAsync(CancellationToken) o ReadForm(), o si se asignó explícitamente un valor.

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

Valor de propiedad

Implementaciones

Se aplica a