Share via


IServerDocumentDesigner.ParseControl Method

Namespace:  Microsoft.Web.Design.Server
Assembly:  Microsoft.Web.Design.Server (in Microsoft.Web.Design.Server.dll)

Syntax

'Declaration
Function ParseControl ( _
    outerHtml As String _
) As Control
'Usage
Dim instance As IServerDocumentDesigner
Dim outerHtml As String
Dim returnValue As Control

returnValue = instance.ParseControl(outerHtml)
Control ParseControl(
    string outerHtml
)

Parameters

Return Value

Type: System.Web.UI.Control

See Also

Reference

IServerDocumentDesigner Interface

IServerDocumentDesigner Members

Microsoft.Web.Design.Server Namespace