SPControl.GetDesignTimeHtml 方法
在 Web 站点开发工具 (如 Microsoft Office FrontPage 2003 中进行编辑,为设计时 HTML 中返回的控件。
命名空间: Microsoft.SharePoint.WebControls
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
Public Overridable Function GetDesignTimeHtml As String
用法
Dim instance As SPControl
Dim returnValue As String
returnValue = instance.GetDesignTimeHtml()
public virtual string GetDesignTimeHtml()
返回值
类型:System.String
一个字符串,包含的设计时 HTML。
实现
IDesignTimeHtmlProvider.GetDesignTimeHtml()