FormFileCollection Classe
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Implémentation par défaut de 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)
- Héritage
- Implémente
Constructeurs
FormFileCollection() |
Implémentation par défaut de IFormFileCollection. |
Propriétés
Item[String] |
Obtient le premier fichier portant le nom spécifié. |
Méthodes
GetFile(String) |
Obtient le premier fichier portant le nom spécifié. |
GetFiles(String) |
Obtient un IReadOnlyList<T> contenant les fichiers du IFormFileCollection avec le nom spécifié. |