ExternalHtmlResourceElement.IDesignTimeHtmlProvider.GetDesignTimeHtml Method
NOTE: This API is now obsolete.
Namespace: Microsoft.SharePoint.Portal.WebControls
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
'Declaration
<ObsoleteAttribute("This control is obsolete.")> _
Private Function GetDesignTimeHtml As String
Implements IDesignTimeHtmlProvider.GetDesignTimeHtml
'Usage
Dim instance As ExternalHtmlResourceElement
Dim returnValue As String
returnValue = CType(instance, IDesignTimeHtmlProvider).GetDesignTimeHtml()
[ObsoleteAttribute("This control is obsolete.")]
string IDesignTimeHtmlProvider.GetDesignTimeHtml()
Type: System.String
IDesignTimeHtmlProvider.GetDesignTimeHtml()
ExternalHtmlResourceElement Class