WebGrid.GetPageUrl(Int32) Method

Definition

Returns a URL that can be used to display the specified data page of the WebGrid instance.

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

Parameters

pageIndex
Int32

The index of the WebGrid page to display.

Returns

A URL that can be used to display the specified data page of the grid.

Applies to