TemplatedControlDesigner.GetTemplateFromText Method
.NET Framework 3.0
Creates a template from the specified text.
Namespace: System.Web.UI.Design
Assembly: System.Design (in system.design.dll)
Assembly: System.Design (in system.design.dll)
protected ITemplate GetTemplateFromText ( String text )
protected function GetTemplateFromText ( text : String ) : ITemplate
Not applicable.
Parameters
- text
The text to retrieve a template from.
Return Value
An ITemplate from the specified text.Community Additions
ADD
Show: