FormFileCollection Třída

Definice

Výchozí implementace .IFormFileCollection

public ref class FormFileCollection : System::Collections::Generic::List<Microsoft::AspNetCore::Http::IFormFile ^>, Microsoft::AspNetCore::Http::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 class FormFileCollection : System.Collections.Generic.List<Microsoft.AspNetCore.Http.IFormFile>, Microsoft.AspNetCore.Http.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 FormFileCollection = class
    inherit List<IFormFile>
    interface IFormFileCollection
    interface seq<IFormFile>
    interface IEnumerable
    interface IReadOnlyCollection<IFormFile>
    interface IReadOnlyList<IFormFile>
type FormFileCollection = class
    inherit List<IFormFile>
    interface IFormFileCollection
    interface IReadOnlyList<IFormFile>
    interface seq<IFormFile>
    interface IEnumerable
    interface IReadOnlyCollection<IFormFile>
Public Class FormFileCollection
Inherits List(Of IFormFile)
Implements IEnumerable(Of IFormFile), IFormFileCollection, IReadOnlyCollection(Of IFormFile), IReadOnlyList(Of IFormFile)
Dědičnost
FormFileCollection
Implementuje

Konstruktory

FormFileCollection()

Výchozí implementace .IFormFileCollection

Vlastnosti

Item[String]

Získá první soubor se zadaným názvem.

Metody

GetFile(String)

Získá první soubor se zadaným názvem.

GetFiles(String)

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

Platí pro