Hide

YetaWF.ComponentsHTML Package Documentation

Display
Print

YetaWF.Modules.ComponentsHTML.Components.PaneSelectionComponent.GetTemplateName Method

Returns the component name.

Class: YetaWF.Modules.ComponentsHTML.Components.PaneSelectionComponent
Namespace: YetaWF.Modules.ComponentsHTML.Components
Assembly: YetaWF.ComponentsHTML

Syntax

public new string GetTemplateName();

Return Value

Returns the component name.

Remarks

Components in packages whose product name starts with "Component" use the exact name returned by GetTemplateName when used in UIHint attributes. These are considered core components. Components in other packages use the package's area name as a prefix. E.g., the UserId component in the YetaWF.Identity package is named "YetaWF_Identity_UserId" when used in UIHint attributes.

The GetTemplateName method returns the component name without area name prefix in all cases.

See Also YetaWF.Modules.ComponentsHTML.Components.PaneSelectionComponent ClassYetaWF.ComponentsHTML PackageYetaWF.Core