TemplatedControlDesigner.GetTextFromTemplate(ITemplate) Method

Definition

Gets a string of text that represents the specified template.

protected:
 System::String ^ GetTextFromTemplate(System::Web::UI::ITemplate ^ template);
protected string GetTextFromTemplate (System.Web.UI.ITemplate template);
member this.GetTextFromTemplate : System.Web.UI.ITemplate -> string
Protected Function GetTextFromTemplate (template As ITemplate) As String

Parameters

template
ITemplate

The ITemplate to convert to text.

Returns

A string that represents the specified template.

Exceptions

template is null.

Applies to

See also