HtmlLocalizer(IStringLocalizer) Constructeur
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Crée un 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)
Paramètres
- localizer
- IStringLocalizer
IStringLocalizer à partir duquel lire les chaînes.