HttpPostedFileWrapper(HttpPostedFile) Konstruktor

Definition

Initialisiert eine neue Instanz der 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)

Parameter

httpPostedFile
HttpPostedFile

Das Objekt, auf das diese Wrapperklasse Zugriff bietet.

Ausnahmen

httpApplicationState ist null.

Gilt für