TextBox.IPostBackDataHandler.LoadPostData(String, NameValueCollection) Yöntem

Tanım

Son deftere nakilden farklıysa, deftere nakledilen metin kutusu içeriğini yükler.

 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

Parametreler

postDataKey
String

Yüklenmek üzere içeriğe başvuran, gönderilen koleksiyon içindeki dizin.

postCollection
NameValueCollection

Sunucuya gönderilen koleksiyon.

Döndürülenler

true gönderilen içerik son deftere nakilden farklıysa; aksi takdirde , false.

Uygulamalar

Açıklamalar

Bu üye, açık bir arabirim üyesi uygulamasıdır. Yalnızca örnek bir IPostBackDataHandler arabirime TextBox yayınlandığında kullanılabilir.

Şunlara uygulanır

Ayrıca bkz.