Click or drag to resize
RegisterSystemLocalizationResourceAttributeMarkedType Property
Defines type wrapping the '.resx' file used for localization and serves as a access point to the file.

Namespace: Kentico.Web.Mvc
Assembly: Kentico.Web.Mvc (in Kentico.Web.Mvc.dll) Version: 13.0.131
Syntax
C#
public Type MarkedType { get; }

Property Value

Type: Type

Implements

IPreInitAttributeMarkedType
See Also