Easy Tutorial
❮ Webpages Folders Mvc Models ❯

ASP.NET Button Text Property



Definition and Usage

The Text property is used to set or return the text on a Button control.

Syntax

Property Description
text String value, specifies the text on the Button control.

Example

Example

The following example sets the text on a Button control:


❮ Webpages Folders Mvc Models ❯