TemplateBuilder.Text Property

 

Gets or sets the text between the opening and closing tags of the template.

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

public virtual string Text { get; set; }

Property Value

Type: System.String

The text that appears between the opening and closing tags of the template.

The Text property is used by the designer to specify or determine the text that appears between the opening and closing tags of the template.

.NET Framework
Available since 1.1
Return to top
Show: