C# (CSharp) Rebel.Framework.Localization.Web.Mvc Namespace

Nested Namespaces

Rebel.Framework.Localization.Web.Mvc.Controllers

Classes

Name Description
AssemblyNotFoundException
ExceptionHelper
LocalizationHelper
LocalizingDefaultModelBinder
LocalizingModelMetadataProvider Localizes display names. If a name is specified it's considered a key If a display name is not specified for a property the following keys are considered in this order: - Namespace . Class name . Property name - Namespace part after the assembly's default namespace . Class name . Property name (e.g. the property "Name" of the class "Rebel.Framework.Web.Models.CoreEntityModel" becomes Models.CoreEntityModel.Name) - Class name . Property name - Property name (if TestSimplePropertyName is true)