HtmlInputText.IPostBackDataHandler.LoadPostData Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Implementiert die LoadPostData(String, NameValueCollection)-Schnittstellenmethode durch Aufruf der LoadPostData(String, NameValueCollection)-Methode.
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
Parameter
- postDataKey
- String
Die Schlüsselkennung für das Steuerelement.
- postCollection
- NameValueCollection
Die Sammlung aller eingehenden Namenswerte.
Gibt zurück
true
, wenn sich der Zustand des HtmlInputText-Steuerelements aufgrund des Postbacks geändert hat; andernfalls false
.