19 instantiations of 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);
23 references to HtmlLocalizer
Microsoft.AspNetCore.Mvc.Localization (6)
HtmlLocalizer.cs (1)
17
/// Creates a new <see cref="
HtmlLocalizer
"/>.
HtmlLocalizerFactory.cs (5)
9
/// An <see cref="IHtmlLocalizerFactory"/> that creates instances of <see cref="
HtmlLocalizer
"/> using the
28
/// Creates an <see cref="
HtmlLocalizer
"/> using the specified <see cref="Type"/>.
31
/// <returns>The <see cref="
HtmlLocalizer
"/>.</returns>
40
/// Creates an <see cref="
HtmlLocalizer
"/> using the specified base name and location.
44
/// <returns>The <see cref="
HtmlLocalizer
"/>.</returns>
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);