Gets or sets the text caption displayed on the System.Web.UI.WebControls.LinkButton control.
Documentation for this section has not yet been entered.
Use the LinkButton.Text property to specify or determine the caption to display on the System.Web.UI.WebControls.LinkButton control.
This control can be used to display user input, which might include malicious client script. Check any information that is sent from a client for executable script, SQL statements, or other code before displaying it in your application. ASP.NET provides an input request validation feature to block script and HTML in user input. Validation server controls are also provided to assess user input. For more information, see [<topic://cpconASPNETSyntaxForValidationControls>].
The value of this property, when set, can be saved automatically to a resource file by using a designer tool. For more information, see System.ComponentModel.LocalizableAttribute and ASP.NET Globalization and Localization.