TemplatedControlDesigner::GetTextFromTemplate Method (ITemplate^)

 

Gets a string of text that represents the specified template.

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

protected:
String^ GetTextFromTemplate(
	ITemplate^ template
)

Parameters

template
Type: System.Web.UI::ITemplate^

The ITemplate to convert to text.

Return Value

Type: System::String^

A string that represents the specified template.

Exception Condition
ArgumentNullException

template is null.

.NET Framework
Available since 1.1
Return to top
Show: