Implemented interface member:
method
GetAllStrings
Microsoft.AspNetCore.Mvc.Localization.IHtmlLocalizer.GetAllStrings(System.Boolean)
2 references to GetAllStrings
Microsoft.AspNetCore.Mvc.Localization.Test (2)
ViewLocalizerTest.cs (2)
132var allLocalizedStrings = viewLocalizer.GetAllStrings(includeParentCultures: false).ToList(); 157var allLocalizedStrings = viewLocalizer.GetAllStrings(includeParentCultures: true).ToList();