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