PageViewerWebPart.GetDesignTimeHtml method
Gets the HTML that is used to represent the control at design time.
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Function GetDesignTimeHtml As String
'Usage
Dim instance As PageViewerWebPart
Dim returnValue As String
returnValue = instance.GetDesignTimeHtml()
public string GetDesignTimeHtml()
Return value
Type: System.String
The HTML that is used to represent the control at design time.
Implements
IDesignTimeHtmlProvider.GetDesignTimeHtml()