LocalizationResourceDefinitionCustomData Property |
Defines custom data which describe the way the registered resource is to be used.
Used for modularization and customization scenarios.
Namespace: Kentico.Web.MvcAssembly: Kentico.Web.Mvc (in Kentico.Web.Mvc.dll) Version: 13.0.131
Syntax public Object CustomData { get; }
Property Value
Type:
ObjectRemarks
If
null then resource is to be used only by the server-side localization
ResHelper.
Used to determine whether resource strings are supplied to the client-side application
by checking for the not
null reference of this property.
See Also