ClientScriptItem.Text 属性

定义

获取包含在客户端脚本元素中的脚本语句。

public:
 property System::String ^ Text { System::String ^ get(); };
public string Text { get; }
member this.Text : string
Public ReadOnly Property Text As String

属性值

包含在 script 元素中的脚本语句。

注解

属性 Text 表示 元素中包含的 script 语句。 通常,元素的脚本语句 script 是使用 TextSource 属性指定的。

Text如果 属性为 null 或空字符串 (“”) ,则 script 元素不包含任何脚本语句。

属性 SourceClientScriptItem 构造函数初始化。

适用于

另请参阅