2 instantiations of HtmlLocalizer
Microsoft.AspNetCore.Mvc.Localization (2)
HtmlLocalizerFactory.cs (2)
36
return new
HtmlLocalizer
(_factory.Create(resourceSource));
51
return new
HtmlLocalizer
(localizer);
6 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>