HttpRequestBase.Files Property

 

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

Namespace:   System.Web
Assembly:  System.Web (in System.Web.dll)

abstract Files : HttpFileCollectionBase with get
override Files : HttpFileCollectionBase with get

Property Value

Type: System.Web.HttpFileCollectionBase

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

Exception Condition
NotImplementedException

Always.

.NET Framework
Available since 3.5
Return to top
Show: