HtmlInputGenericControl.LoadPostData(String, NameValueCollection) メソッド

定義

HTML input 要素のポストバック データを処理します。

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

パラメーター

postDataKey
String

読み込まれる内容を参照する、ポストされたコレクション内のインデックス。

postCollection
NameValueCollection

ポストされたすべての値のコレクション。

戻り値

ポストされた内容が前のポストバックの内容と異なる場合は true。それ以外の場合は false

適用対象