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

定義

HTML5 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

適用対象