DesignTimeTemplateParser.ParseControls Method (DesignTimeParseData)

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Parses and builds one or more controls at design time.

Namespace:   System.Web.UI
Assembly:  System.Web (in System.Web.dll)

Public Shared Function ParseControls (
	data As DesignTimeParseData
) As Control()

Parameters

data
Type: System.Web.UI.DesignTimeParseData

Information used in creating the parser.

Return Value

Type: System.Web.UI.Control()

An array of built Control objects.

.NET Framework
Available since 2.0
Return to top
Show: