共用方式為


ControlPager.GetPage(Int32) 方法

定義

根據控制項的權數,傳回剛指定的頁面索引。 這個 API 已經過時。 如需如何開發 ASP.NET 行動應用程式的資訊,請參閱 具有 ASP.NET 的Mobile Apps & Sites

public:
 int GetPage(int weight);
public int GetPage (int weight);
member this.GetPage : int -> int
Public Function GetPage (weight As Integer) As Integer

參數

weight
Int32

控制項的權數。

傳回

依控制項權重之剛指定的頁面索引。

備註

控件會在分頁期間反覆呼叫此方法,以擷取其指派的頁面。

適用於

另請參閱