Click or drag to resize
RegisterSystemLocalizationResourceAttributeData 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#
protected Object Data { get; set; }

Property Value

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