damienbod / AspNetCoreLocalization

Localization.SqlLocalizer & ASP.NET Core MVC Localization Examples
http://damienbod.com/2015/10/21/asp-net-5-mvc-6-localization/
MIT License
251 stars 102 forks source link

Use custom context / models #64

Open mameyer opened 5 years ago

mameyer commented 5 years ago

Currently I did not find a possibility to use an custom (extended) context (with extended base models). I my case I want to derive from the LocalizationModelContext and use a custom LocalizationRecord-Model. As an example: This is supported in AspNetCore.Identity (you can use custom models for the user / role management)