DesignerDataBoundLiteralControl.Text Property

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Gets or sets the text content of the DataBoundLiteralControl control.

Namespace:   System.Web.UI
Assembly:  System.Web (in System.Web.dll)

Public Property Text As String

Property Value

Type: System.String

A String that represents the text in the <%# … %> data-binding expression.

The Text property is used by the designer to specify or determine the text that appears in the <%# … %> data-binding expression.

.NET Framework
Available since 1.1
Return to top
Show: