MobileControl.GetTemplate(String) Method

Definition

Returns the template with the specified name. This API is obsolete. For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.

public:
 virtual System::Web::UI::ITemplate ^ GetTemplate(System::String ^ templateName);
public virtual System.Web.UI.ITemplate GetTemplate (string templateName);
abstract member GetTemplate : string -> System.Web.UI.ITemplate
override this.GetTemplate : string -> System.Web.UI.ITemplate
Public Overridable Function GetTemplate (templateName As String) As ITemplate

Parameters

templateName
String

The name of the specified template.

Returns

The template with the specified name.

Remarks

Returns null if the control is not templated, or if the template does not exist in the selected template set.

Applies to

See also