TemplatedControlDesigner.GetTemplateFromText Method (String)

 

Creates a template from the specified text.

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

member GetTemplateFromText : 
        text:string -> ITemplate

Parameters

text
Type: System.String

The text to retrieve a template from.

Return Value

Type: System.Web.UI.ITemplate

An ITemplate from the specified text.

.NET Framework
Available since 1.1
Return to top
Show: