Compartir a través de


HttpPostedFileWrapper(HttpPostedFile) Constructor

Definición

Inicializa una nueva instancia de la clase 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)

Parámetros

httpPostedFile
HttpPostedFile

Objeto al que esta clase contenedora proporciona acceso.

Excepciones

httpApplicationState es null.

Se aplica a