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:
property String^ Text {
	virtual String^ get();
	virtual void set(String^ value);
}

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: