Sdílet prostřednictvím


FormFileCollection.GetFiles(String) Metoda

Definice

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

public:
 virtual 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>
override this.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.

Implementuje

Platí pro