IFormFileCollection.Item[String] Propiedad

Definición

Obtiene el primer archivo con el nombre especificado.

public:
 property Microsoft::AspNetCore::Http::IFormFile ^ default[System::String ^] { Microsoft::AspNetCore::Http::IFormFile ^ get(System::String ^ name); };
public Microsoft.AspNetCore.Http.IFormFile this[string name] { get; }
public Microsoft.AspNetCore.Http.IFormFile? this[string name] { get; }
member this.Item(string) : Microsoft.AspNetCore.Http.IFormFile
Default Public ReadOnly Property Item(name As String) As IFormFile

Parámetros

name
String

Nombre del archivo que se va a obtener.

Valor de propiedad

El archivo solicitado o null si no está presente.

Se aplica a