HttpFileCollection.GetMultiple(String) Méthode
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.
Retourne tous les fichiers qui correspondent au nom spécifié.
public:
System::Collections::Generic::IList<System::Web::HttpPostedFile ^> ^ GetMultiple(System::String ^ name);
public System.Collections.Generic.IList<System.Web.HttpPostedFile> GetMultiple(string name);
member this.GetMultiple : string -> System.Collections.Generic.IList<System.Web.HttpPostedFile>
Public Function GetMultiple (name As String) As IList(Of HttpPostedFile)
Paramètres
- name
- String
Nom à mettre en correspondance.
Retours
Collection de fichiers.
Remarques
Cette méthode retourne une nouvelle instance de collection chaque fois qu’elle est appelée. Cette méthode doit être appelée une fois par nom et par demande.