DataBoundLiteralControl.ITextControl.Text 属性

定义

获取或设置 DataBoundLiteralControl 对象的文本内容。

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

属性值

String

一个 String,表示 DataBoundLiteralControl 的文本内容。

实现

例外

尝试设置该值。

注解

接口的 ITextControl 此实现返回属性的值 Text 。 属性的值 Text 将保留在视图状态中。

DataBoundLiteralControl 对象实现 ITextControl 但不支持 set 属性 Text 上的方法。 使用此方法的所有尝试都将返回异常 NotSupportedException

适用于