IDesignTimeHtmlProvider.GetDesignTimeHtml Method
Returns the HTML code that is used to represent the control at design time.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Function GetDesignTimeHtml As String
'Usage
Dim instance As IDesignTimeHtmlProvider
Dim returnValue As String
returnValue = instance.GetDesignTimeHtml()
string GetDesignTimeHtml()
Return Value
Type: System.String
A string that contains the HTML code.
See Also
Reference
IDesignTimeHtmlProvider Interface