Bagikan melalui


IFormFileCollection Antarmuka

Definisi

Mewakili kumpulan file yang dikirim dengan HttpRequest.

public interface class IFormFileCollection : System::Collections::Generic::IEnumerable<Microsoft::AspNetCore::Http::IFormFile ^>, System::Collections::Generic::IReadOnlyCollection<Microsoft::AspNetCore::Http::IFormFile ^>, System::Collections::Generic::IReadOnlyList<Microsoft::AspNetCore::Http::IFormFile ^>
public interface IFormFileCollection : System.Collections.Generic.IEnumerable<Microsoft.AspNetCore.Http.IFormFile>, System.Collections.Generic.IReadOnlyCollection<Microsoft.AspNetCore.Http.IFormFile>, System.Collections.Generic.IReadOnlyList<Microsoft.AspNetCore.Http.IFormFile>
type IFormFileCollection = interface
    interface IReadOnlyList<IFormFile>
    interface seq<IFormFile>
    interface IEnumerable
    interface IReadOnlyCollection<IFormFile>
Public Interface IFormFileCollection
Implements IEnumerable(Of IFormFile), IReadOnlyCollection(Of IFormFile), IReadOnlyList(Of IFormFile)
Turunan
Penerapan

Properti

Item[String]

Mendapatkan file pertama dengan nama yang ditentukan.

Metode

GetFile(String)

Mendapatkan file pertama dengan nama yang ditentukan.

GetFiles(String)

Mendapatkan yang IReadOnlyList<T> berisi file IFormFileCollection dengan nama yang ditentukan.

Berlaku untuk