共用方式為


WebGrid.GetPageUrl(Int32) 方法

定義

傳回 URL,可用來顯示實例的 WebGrid 指定資料頁面。

public string GetPageUrl (int pageIndex);
member this.GetPageUrl : int -> string
Public Function GetPageUrl (pageIndex As Integer) As String

參數

pageIndex
Int32

要顯示之頁面的 WebGrid 索引。

傳回

可用來顯示格線之指定資料頁面的 URL。

適用於