Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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