HttpPostedFileWrapper(HttpPostedFile) Konstruktor

Definisi

Menginisialisasi instans baru dari kelas HttpPostedFileWrapper.

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

Objek tempat kelas pembungkus ini menyediakan akses.

Pengecualian

httpApplicationState adalah null.

Berlaku untuk