IFormFileCollection.GetFiles(String) Metodo

Definizione

Ottiene un oggetto IReadOnlyList<T> contenente i file di IFormFileCollection con il nome specificato.

public:
 System::Collections::Generic::IReadOnlyList<Microsoft::AspNetCore::Http::IFormFile ^> ^ GetFiles(System::String ^ name);
public System.Collections.Generic.IReadOnlyList<Microsoft.AspNetCore.Http.IFormFile> GetFiles (string name);
abstract member GetFiles : string -> System.Collections.Generic.IReadOnlyList<Microsoft.AspNetCore.Http.IFormFile>
Public Function GetFiles (name As String) As IReadOnlyList(Of IFormFile)

Parametri

name
String

Nome dei file da ottenere.

Restituisce

Oggetto IReadOnlyList<T> contenente i file dell'oggetto che implementa IFormFileCollection.

Si applica a