19 references to HtmlLocalizer
Microsoft.AspNetCore.Mvc.Localization (2)
HtmlLocalizerFactory.cs (2)
36
return new
HtmlLocalizer
(_factory.Create(resourceSource));
51
return new
HtmlLocalizer
(localizer);
Microsoft.AspNetCore.Mvc.Localization.Test (17)
HtmlLocalizerTest.cs (10)
22
var htmlLocalizer = new
HtmlLocalizer
(stringLocalizer.Object);
41
var htmlLocalizer = new
HtmlLocalizer
(stringLocalizer.Object);
106
var htmlLocalizer = new
HtmlLocalizer
(stringLocalizer.Object);
144
var htmlLocalizer = new
HtmlLocalizer
(stringLocalizer.Object);
162
var htmlLocalizer = new
HtmlLocalizer
(stringLocalizer);
177
var htmlLocalizer = new
HtmlLocalizer
(stringLocalizer);
192
var htmlLocalizer = new
HtmlLocalizer
(stringLocalizer);
207
var htmlLocalizer = new
HtmlLocalizer
(stringLocalizer);
222
var htmlLocalizer = new
HtmlLocalizer
(stringLocalizer);
238
var htmlLocalizer = new
HtmlLocalizer
(stringLocalizer);
ViewLocalizerTest.cs (7)
119
var htmlLocalizer = new
HtmlLocalizer
(stringLocalizer);
144
var htmlLocalizer = new
HtmlLocalizer
(stringLocalizer);
170
var htmlLocalizer = new
HtmlLocalizer
(stringLocalizer);
194
var htmlLocalizer = new
HtmlLocalizer
(stringLocalizer);
218
var htmlLocalizer = new
HtmlLocalizer
(stringLocalizer);
242
var htmlLocalizer = new
HtmlLocalizer
(stringLocalizer);
266
var htmlLocalizer = new
HtmlLocalizer
(stringLocalizer);