HttpPostedFileWrapper(HttpPostedFile) Konstruktor

Definition

Initierar en ny instans av HttpPostedFileWrapper klassen.

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)

Parametrar

httpPostedFile
HttpPostedFile

Objektet som den här omslutningsklassen ger åtkomst till.

Undantag

httpApplicationState är null.

Gäller för