This documentation is archived and is not being maintained.
TemplateBuilder.Text Property
.NET Framework 1.1
Gets or sets the text between the opening and closing tags of the template.
[Visual Basic] Public Overridable Property Text As String [C#] public virtual string Text {get; set;} [C++] public: __property virtual String* get_Text(); public: __property virtual void set_Text(String*); [JScript] public function get Text() : String; public function set Text(String);
Property Value
The text that appears between the opening and closing tags of the template.
Remarks
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.
Requirements
Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family
See Also
TemplateBuilder Class | TemplateBuilder Members | System.Web.UI Namespace
Show: