Share via


IFormFileCollection Arabirim

Tanım

HttpRequest ile gönderilen dosya koleksiyonunu temsil eder.

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)
Türetilmiş
Uygulamalar

Özellikler

Item[String]

Belirtilen ada sahip ilk dosyayı alır.

Yöntemler

GetFile(String)

Belirtilen ada sahip ilk dosyayı alır.

GetFiles(String)

Belirtilen ada sahip dosyalarını IFormFileCollection içeren bir IReadOnlyList<T> alır.

Şunlara uygulanır