Compartilhar via


HttpFileCollectionWrapper.GetMultiple(String) Método

Definição

Retorna todos os arquivos que correspondem ao nome especificado.

public:
 override System::Collections::Generic::IList<System::Web::HttpPostedFileBase ^> ^ GetMultiple(System::String ^ name);
public override System.Collections.Generic.IList<System.Web.HttpPostedFileBase> GetMultiple (string name);
override this.GetMultiple : string -> System.Collections.Generic.IList<System.Web.HttpPostedFileBase>
Public Overrides Function GetMultiple (name As String) As IList(Of HttpPostedFileBase)

Parâmetros

name
String

O nome a ser comparado.

Retornos

IList<HttpPostedFileBase>

Os arquivos que correspondem ao nome especificado.

Aplica-se a