WebControlMarkupService.GeneratePersistenceHtml Method
Namespace: Microsoft.Web.Design.Server
Assembly: Microsoft.Web.Design.Server (in Microsoft.Web.Design.Server.dll)
Syntax
'Declaration
Public Shared Function GeneratePersistenceHtml ( _
control As Control, _
pageUrl As String, _
webUrl As String _
) As String
'Usage
Dim control As Control
Dim pageUrl As String
Dim webUrl As String
Dim returnValue As String
returnValue = WebControlMarkupService.GeneratePersistenceHtml(control, _
pageUrl, webUrl)
public static string GeneratePersistenceHtml(
Control control,
string pageUrl,
string webUrl
)
Parameters
- control
Type: System.Web.UI.Control
- pageUrl
Type: System.String
- webUrl
Type: System.String
Return Value
Type: System.String