Compartilhar via


HttpPostedFileWrapper(HttpPostedFile) Construtor

Definição

Inicializa uma nova instância da classe 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

O objeto a que essa classe wrapper fornece acesso.

Exceções

httpApplicationState é null.

Aplica-se a