IFormFileCollection.Item[String] Proprietà

Definizione

Ottiene il primo file con il nome specificato.

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

Parametri

name
String

Nome del file da ottenere.

Valore della proprietà

File richiesto o Null se non è presente.

Si applica a