WebPartZoneDesigner.GetEmptyDesignTimeHtml 方法
定义
如果关联的控件没有设计时 HTML,则提供一个空字符串 ("")。Provides an empty string ("") if there is no design-time HTML for the associated control.
protected:
override System::String ^ GetEmptyDesignTimeHtml();
protected override string GetEmptyDesignTimeHtml ();
override this.GetEmptyDesignTimeHtml : unit -> string
Protected Overrides Function GetEmptyDesignTimeHtml () As String
返回
一个空字符串。An empty string.