TemplateEditingService.GetContainingTemplateName Method
.NET Framework 3.0
This method supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Gets the name of the parent template.
Namespace: System.Web.UI.DesignAssembly: System.Design (in system.design.dll)
public final String GetContainingTemplateName ( Control control )
public final function GetContainingTemplateName ( control : Control ) : String
Not applicable.
Parameters
- control
The Control for which to get the name of the parent template.
Return Value
The name of the parent template. Note: |
|---|
| The TemplateEditingService class is obsolete. Use the TemplateDefinition property of the TemplatedEditableDesignerRegion class for equivalent design-time functionality. |
Community Additions
ADD
Show:
Note: