ResourceKey is the root localization key for this control
Namespace: DotNetNuke.UI.WebControlsAssembly: DotNetNuke (in DotNetNuke.dll)
Syntax
C# |
---|
[BrowsableAttribute(true)] [DefaultValueAttribute("")] public string ResourceKey { get; set; } |
Visual Basic |
---|
<BrowsableAttribute(true)> <DefaultValueAttribute("")> Public Property ResourceKey As String Get Set |
Field Value
A string representing the Resource Key
Remarks
This control will "standardise" the resource key names, so for instance
if the resource key is "Control", Control.Text is the label text key, Control.Help
is the label help text, Control.ErrorMessage is the Validation Error Message for the
control