'宣言 Public Function LoadPostData( _ ByVal postDataKey As System.String, _ ByVal postCollection As System.Collections.Specialized.NameValueCollection _ ) As System.Boolean
public System.bool LoadPostData( System.string postDataKey, System.Collections.Specialized.NameValueCollection postCollection )
パラメータ
- postDataKey
- コントロールのキー識別子。
- postCollection
- すべての受信名値のコレクション。
戻り値の型
サーバーコントロールの状態がポストバックの結果として変化した場合は true。それ以外の場合は false。