IFormFileCollection.GetFiles(String) Metoda

Definice

IReadOnlyList<T> Získá obsahující soubory se IFormFileCollection zadaným názvem.

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)

Parametry

name
String

Název souborů, které chcete získat.

Návraty

Obsahující IReadOnlyList<T> soubory objektu, který implementuje IFormFileCollection.

Platí pro