HtmlInputGenericControl.LoadPostData(String, NameValueCollection) Método
Definição
Processa os dados de postback para o elemento HTML5 input.Processes the postback data for the HTML5 input element.
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 postada que faz referência ao conteúdo a ser carregado.The index in the posted collection that references the content to load.
- postCollection
- NameValueCollection
A coleção de todos os valores postados.The collection of all posted values.
Retornos
true se o conteúdo publicado for diferente do conteúdo em um postback anterior; caso contrário, false.true if the posted content differs from the content in a previous postback; otherwise, false.