HttpFileCollectionWrapper(HttpFileCollection) Constructor
Definitie
Belangrijk
Bepaalde informatie heeft betrekking op een voorlopige productversie die aanzienlijk kan worden gewijzigd voordat deze wordt uitgebracht. Microsoft biedt geen enkele expliciete of impliciete garanties met betrekking tot de informatie die hier wordt verstrekt.
Initialiseert een nieuw exemplaar van de HttpFileCollectionWrapper klasse.
public:
HttpFileCollectionWrapper(System::Web::HttpFileCollection ^ httpFileCollection);
public HttpFileCollectionWrapper(System.Web.HttpFileCollection httpFileCollection);
new System.Web.HttpFileCollectionWrapper : System.Web.HttpFileCollection -> System.Web.HttpFileCollectionWrapper
Public Sub New (httpFileCollection As HttpFileCollection)
Parameters
- httpFileCollection
- HttpFileCollection
Het object waartoe deze wrapper-klasse toegang biedt.
Uitzonderingen
httpApplicationState is null.