WebGrid.GetSortUrl(String) 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 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.