TextBox.IPostBackDataHandler.LoadPostData(String, NameValueCollection) Méthode

Définition

Charge le contenu de la zone de texte publié, s'il est différent de la dernière publication.

 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

Paramètres

postDataKey
String

Index de la collection publiée qui référence le contenu à charger.

postCollection
NameValueCollection

Collection publiée sur le serveur.

Retours

true si le contenu publié est différent de la dernière publication ; sinon, false.

Implémente

Remarques

Ce membre est une implémentation d'un membre d'interface explicite. Il peut uniquement être utilisé lorsque l'instance de TextBox est castée en interface IPostBackDataHandler.

S’applique à

Voir aussi