Condividi tramite


FormFileCollection.GetFile(String) Metodo

Definizione

Ottiene il primo file con il nome specificato.

public:
 virtual Microsoft::AspNetCore::Http::IFormFile ^ GetFile(System::String ^ name);
public Microsoft.AspNetCore.Http.IFormFile GetFile (string name);
public Microsoft.AspNetCore.Http.IFormFile? GetFile (string name);
abstract member GetFile : string -> Microsoft.AspNetCore.Http.IFormFile
override this.GetFile : string -> Microsoft.AspNetCore.Http.IFormFile
Public Function GetFile (name As String) As IFormFile

Parametri

name
String

Nome del file da ottenere.

Restituisce

File richiesto o Null se non è presente.

Implementazioni

Si applica a