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)
132
var allLocalizedStrings = viewLocalizer.
GetAllStrings
(includeParentCultures: false).ToList();
157
var allLocalizedStrings = viewLocalizer.
GetAllStrings
(includeParentCultures: true).ToList();