Share via


IFormFileCollection.Item[String] Propriedade

Definição

Obtém o primeiro arquivo com o nome 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

O nome do arquivo a ser obtido.

Valor da propriedade

O arquivo solicitado ou nulo se ele não estiver presente.

Aplica-se a