HttpPostedFileWrapper(HttpPostedFile) Konstruktor
Definisi
Penting
Beberapa informasi terkait produk prarilis yang dapat diubah secara signifikan sebelum dirilis. Microsoft tidak memberikan jaminan, tersirat maupun tersurat, sehubungan dengan informasi yang diberikan di sini.
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.