HtmlInputFile.IPostBackDataHandler.LoadPostData(String, NameValueCollection) Método

Definição

Para obter uma descrição desse membro, confira LoadPostData(String, NameValueCollection).For a description of this member, see LoadPostData(String, NameValueCollection).

 virtual bool System.Web.UI.IPostBackDataHandler.LoadPostData(System::String ^ postDataKey, System::Collections::Specialized::NameValueCollection ^ postCollection) = System::Web::UI::IPostBackDataHandler::LoadPostData;
bool IPostBackDataHandler.LoadPostData (string postDataKey, System.Collections.Specialized.NameValueCollection postCollection);
abstract member System.Web.UI.IPostBackDataHandler.LoadPostData : string * System.Collections.Specialized.NameValueCollection -> bool
override this.System.Web.UI.IPostBackDataHandler.LoadPostData : string * System.Collections.Specialized.NameValueCollection -> bool
Function LoadPostData (postDataKey As String, postCollection As NameValueCollection) As Boolean Implements IPostBackDataHandler.LoadPostData

Parâmetros

postDataKey
String

O identificador da chave do controle.The key identifier for the control.

postCollection
NameValueCollection

A coleção de todos os valores de nome de entrada.The collection of all incoming name values.

Retornos

Boolean

true se o estado do controle HtmlInputFile tiver sido alterado como resultado do postback; caso contrário, false.true if the HtmlInputFile control's state has changed as a result of the postback; otherwise, false.

Implementações

Comentários

Este membro é uma implementação do membro de interface explícita.This member is an explicit interface member implementation. Ele só pode ser usado quando a instância de HtmlInputFile é convertida em uma interface de IPostBackDataHandler.It can be used only when the HtmlInputFile instance is cast to an IPostBackDataHandler interface.

Aplica-se a

Confira também