WebGridRow.GetSelectUrl Method
Returns the URL that can be used to select the row.
Namespace: System.Web.Helpers
Assembly: System.Web.Helpers (in System.Web.Helpers.dll)
Syntax
'Declaration
Public Function GetSelectUrl As String
'Usage
Dim instance As WebGridRow
Dim returnValue As String
returnValue = instance.GetSelectUrl()
public string GetSelectUrl()
public:
String^ GetSelectUrl()
member GetSelectUrl : unit -> string
public function GetSelectUrl() : String
Return Value
Type: System.String
The URL that is used to select a row.