Share via


IDesignTimeHtmlProvider.GetDesignTimeHtml Method

Returns the HTML that is used to represent the control at design time.

Namespace:  Microsoft.SharePoint.WebControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

Function GetDesignTimeHtml As String

Dim instance As IDesignTimeHtmlProvider
Dim returnValue As String

returnValue = instance.GetDesignTimeHtml()
string GetDesignTimeHtml()

Return Value

Type: System.String
A string that contains the HTML.

Remarks

To view a code sample that implements the GetDesignTimeHtml method, see the IDesignTimeHtmlProvider interface.

See Also

Reference

IDesignTimeHtmlProvider Interface

IDesignTimeHtmlProvider Members

Microsoft.SharePoint.WebControls Namespace