WebGrid.GetSortUrl(String) Method

Definition

Returns a URL that can be used to sort the WebGrid instance by the specified column.

public string GetSortUrl (string column);
member this.GetSortUrl : string -> string
Public Function GetSortUrl (column As String) As String

Parameters

column
String

The name of the data column to sort by.

Returns

A URL that can be used to sort the grid.

Applies to