Accordion for ASP.NET Web Forms
LoadPostData メソッド

C1.Web.Wijmo.Controls.4 アセンブリ > C1.Web.Wijmo.Controls.C1Accordion 名前空間 > C1Accordion クラス : LoadPostData メソッド
The key identifier for the control.
The collection of all incoming name values.
When implemented by a class, processes postback data for an ASP.NET server control.
シンタックス
'宣言
 
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
The key identifier for the control.
postCollection
The collection of all incoming name values.

戻り値の型

true if the server control's state changes as a result of the postback; otherwise, false.
参照

C1Accordion クラス
C1Accordion メンバ