WebGridRow.GetSelectLink(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 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.