HtmlInputGenericControl.LoadPostData(String, NameValueCollection) Método

Definición

Procesa los datos de postback para el elemento input HTML5.

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

Índice de la colección expuesta que hace referencia al contenido que se va a cargar.

postCollection
NameValueCollection

Colección de todos los valores publicados.

Devoluciones

true si el contenido expuesto difiere del contenido de un postback anterior; si no, false.

Se aplica a