DataBoundLiteralControl.ITextControl.Text Property

Definition

Gets or sets the text content of the DataBoundLiteralControl object.

property System::String ^ System::Web::UI::ITextControl::Text { System::String ^ get(); void set(System::String ^ value); };
string System.Web.UI.ITextControl.Text { get; set; }
member this.System.Web.UI.ITextControl.Text : string with get, set
 Property Text As String Implements ITextControl.Text

Property Value

A String that represents the text content of the DataBoundLiteralControl.

Implements

Exceptions

An attempt to set the value is made.

Remarks

This implementation of the ITextControl interface returns the value of the Text property. The value of the Text property is persisted in the view state.

The DataBoundLiteralControl object implements ITextControl but does not support the set method on the Text property. All attempts to use this method will return a NotSupportedException exception.

Applies to