WebGrid.GetPageUrl(Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Returns
A URL that can be used to display the specified data page of the grid.