HttpPostedFileWrapper(HttpPostedFile) Constructor

Definitie

Initialiseert een nieuw exemplaar van de HttpPostedFileWrapper klasse.

public:
 HttpPostedFileWrapper(System::Web::HttpPostedFile ^ httpPostedFile);
public HttpPostedFileWrapper(System.Web.HttpPostedFile httpPostedFile);
new System.Web.HttpPostedFileWrapper : System.Web.HttpPostedFile -> System.Web.HttpPostedFileWrapper
Public Sub New (httpPostedFile As HttpPostedFile)

Parameters

httpPostedFile
HttpPostedFile

Het object waartoe deze wrapper-klasse toegang biedt.

Uitzonderingen

httpApplicationState is null.

Van toepassing op