DesignTimeTemplateParser.ParseControl Method (DesignTimeParseData)

 

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

Parses and builds one control at design time.

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

static member ParseControl : 
        data:DesignTimeParseData -> Control

Parameters

data
Type: System.Web.UI.DesignTimeParseData

Information used in creating the parser.

Return Value

Type: System.Web.UI.Control

The built Control object.

.NET Framework
Available since 1.1
Return to top
Show: