Modifier

HttpRequestBase.Files Property

Definition

When overridden in a derived class, gets the collection of files that were uploaded by the client, in multipart MIME format.

public:
 virtual property System::Web::HttpFileCollectionBase ^ Files { System::Web::HttpFileCollectionBase ^ get(); };
public virtual System.Web.HttpFileCollectionBase Files { get; }
member this.Files : System.Web.HttpFileCollectionBase
Public Overridable ReadOnly Property Files As HttpFileCollectionBase

Property Value

The files that were uploaded by the client. The items in the HttpFileCollection object are of type HttpPostedFile.

Exceptions

Applies to