HttpFileCollectionWrapper.GetMultiple(String) Method

Definition

Returns all files that match the specified name.

C#
public override System.Collections.Generic.IList<System.Web.HttpPostedFileBase> GetMultiple(string name);

Parameters

name
String

The name to match.

Returns

The files that match the specified name.

Applies to

Product Versions
.NET Framework 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1