3 implementations of GetAllStrings
Microsoft.AspNetCore.Mvc.Localization (3)
HtmlLocalizer.cs (1)
66
public virtual IEnumerable<LocalizedString>
GetAllStrings
(bool includeParentCultures) =>
HtmlLocalizerOfT.cs (1)
65
public virtual IEnumerable<LocalizedString>
GetAllStrings
(bool includeParentCultures) =>
ViewLocalizer.cs (1)
71
public IEnumerable<LocalizedString>
GetAllStrings
(bool includeParentCultures) =>
3 references to GetAllStrings
Microsoft.AspNetCore.Mvc.Localization (3)
HtmlLocalizerExtensions.cs (1)
51
return htmlLocalizer.
GetAllStrings
(includeParentCultures: true);
HtmlLocalizerOfT.cs (1)
66
_localizer.
GetAllStrings
(includeParentCultures);
ViewLocalizer.cs (1)
72
_localizer.
GetAllStrings
(includeParentCultures);