DesignerDataBoundLiteralControl.Text 属性

定义

获取或设置 DataBoundLiteralControl 控件的文本内容。

此 API 支持产品基础结构,不能在代码中直接使用。

public:
 property System::String ^ Text { System::String ^ get(); void set(System::String ^ value); };
public string Text { get; set; }
member this.Text : string with get, set
Public Property Text As String

属性值

String

String,它表示 < % # ...% 数据绑定表达式中的文本 > 。

注解

Text设计器使用属性来指定或确定在数据绑定表达式中显示的文本 <%# ... %> 。

适用于

另请参阅