RepeaterDesigner.GetEmptyDesignTimeHtml 方法

定义

检索表示在设计时将不具有可视表示形式的运行时 Web 服务器控件的 HTML 标记。

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

protected:
 override System::String ^ GetEmptyDesignTimeHtml();
protected override string GetEmptyDesignTimeHtml ();
override this.GetEmptyDesignTimeHtml : unit -> string
Protected Overrides Function GetEmptyDesignTimeHtml () As String

返回

用于在设计时表示控件的 HTML 标记,若无该标记,则控件将没有可视表示形式。 默认值为包含组件类型和 ID 的矩形。

适用于

另请参阅