BaseDataBoundControlDesigner.GetDesignTimeHtml 方法

定义

生成用于在设计时呈现控件的标记。

public:
 override System::String ^ GetDesignTimeHtml();
public override string GetDesignTimeHtml ();
override this.GetDesignTimeHtml : unit -> string
Public Overrides Function GetDesignTimeHtml () As String

返回

用于在设计时呈现控件的标记。

注解

BaseDataBoundControlDesigner 检索在呈现控件之前在设计时用于绑定目的的示例数据。 如果控件未绑定数据,它将调用 GetEmptyDesignTimeHtml 方法。 如果呈现控件时出错,它将调用 GetErrorDesignTimeHtml 方法。

适用于

另请参阅