HtmlInputGenericControl.LoadPostData(String, NameValueCollection) Método

Definição

Processa os dados de postback para o elemento HTML5 input .

protected:
 virtual bool LoadPostData(System::String ^ postDataKey, System::Collections::Specialized::NameValueCollection ^ postCollection);
protected virtual bool LoadPostData(string postDataKey, System.Collections.Specialized.NameValueCollection postCollection);
abstract member LoadPostData : string * System.Collections.Specialized.NameValueCollection -> bool
override this.LoadPostData : string * System.Collections.Specialized.NameValueCollection -> bool
Protected Overridable Function LoadPostData (postDataKey As String, postCollection As NameValueCollection) As Boolean

Parâmetros

postDataKey
String

O índice na coleção publicada que faz referência ao conteúdo a carregar.

postCollection
NameValueCollection

A recolha de todos os valores publicados.

Devoluções

true se o conteúdo publicado difere do conteúdo de uma publicação anterior; caso contrário, false.

Aplica-se a