TemplatedControlDesigner.GetTextFromTemplate Method
.NET Framework 3.0
Gets a string of text that represents the specified template.
Namespace: System.Web.UI.Design
Assembly: System.Design (in system.design.dll)
Assembly: System.Design (in system.design.dll)
protected String GetTextFromTemplate ( ITemplate template )
protected function GetTextFromTemplate ( template : ITemplate ) : String
Not applicable.
Parameters
- template
The ITemplate to convert to text.
Return Value
A string that represents the specified template.Community Additions
ADD
Show: