HtmlLocalizer(IStringLocalizer) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates a new HtmlLocalizer.
public:
HtmlLocalizer(Microsoft::Extensions::Localization::IStringLocalizer ^ localizer);
public HtmlLocalizer (Microsoft.Extensions.Localization.IStringLocalizer localizer);
new Microsoft.AspNetCore.Mvc.Localization.HtmlLocalizer : Microsoft.Extensions.Localization.IStringLocalizer -> Microsoft.AspNetCore.Mvc.Localization.HtmlLocalizer
Public Sub New (localizer As IStringLocalizer)
Parameters
- localizer
- IStringLocalizer
The IStringLocalizer to read strings from.