Click or drag to resize
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.Mvc
Assembly: Kentico.Web.Mvc (in Kentico.Web.Mvc.dll) Version: 13.0.131
Syntax
C#
public Object CustomData { get; }

Property Value

Type: Object
Remarks
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