BaseDataBoundControlDesigner.GetDesignTimeHtml 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
生成用于在设计时呈现控件的标记。
public:
override System::String ^ GetDesignTimeHtml();
public override string GetDesignTimeHtml ();
override this.GetDesignTimeHtml : unit -> string
Public Overrides Function GetDesignTimeHtml () As String
返回
用于在设计时呈现控件的标记。
注解
类 BaseDataBoundControlDesigner 检索在呈现控件之前在设计时用于绑定目的的示例数据。 如果控件未绑定数据,它将调用 GetEmptyDesignTimeHtml 方法。 如果呈现控件时出错,它将调用 GetErrorDesignTimeHtml 方法。