WebGridRow.GetSelectLink(String) Method

Definition

Returns an HTML element (a link) that users can use to select the row.

public System.Web.IHtmlString GetSelectLink (string text = default);
member this.GetSelectLink : string -> System.Web.IHtmlString
Public Function GetSelectLink (Optional text As String = null) As IHtmlString

Parameters

text
String

The inner text of the link element. If text is empty or null, "Select" is used.

Returns

The link that users can click to select the row.

Applies to