HtmlLocalizer Classe
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.
IHtmlLocalizer qui utilise le fourni IStringLocalizer pour effectuer une localisation html du contenu.
public ref class HtmlLocalizer : Microsoft::AspNetCore::Mvc::Localization::IHtmlLocalizer
public class HtmlLocalizer : Microsoft.AspNetCore.Mvc.Localization.IHtmlLocalizer
type HtmlLocalizer = class
interface IHtmlLocalizer
Public Class HtmlLocalizer
Implements IHtmlLocalizer
- Héritage
-
HtmlLocalizer
- Implémente
Constructeurs
HtmlLocalizer(IStringLocalizer) |
Crée un HtmlLocalizer. |
Propriétés
Item[String, Object[]] |
Obtient la ressource de chaîne portant le nom donné et mise en forme avec les arguments fournis. Les arguments seront encodés au format HTML. |
Item[String] |
Obtient la ressource de chaîne portant le nom indiqué. |
Méthodes
GetAllStrings(Boolean) |
Obtient les ressources de chaîne. |
GetString(String) |
Obtient la ressource de chaîne portant le nom indiqué. |
GetString(String, Object[]) |
Obtient la ressource de chaîne portant le nom donné et mise en forme avec les arguments fournis. |
ToHtmlString(LocalizedString) |
Crée un nouveau LocalizedHtmlString pour un LocalizedString. |
ToHtmlString(LocalizedString, Object[]) |
Crée un nouveau LocalizedHtmlString pour un LocalizedString. |
WithCulture(CultureInfo) |
Obsolète.
Crée un IHtmlLocalizer pour une CultureInfo spécifique. |
Méthodes d’extension
GetAllStrings(IHtmlLocalizer) |
Obtient toutes les ressources de chaîne, y compris celles des cultures parentes. |
GetHtml(IHtmlLocalizer, String) |
Obtient la LocalizedHtmlString ressource d’un nom spécifique. |
GetHtml(IHtmlLocalizer, String, Object[]) |
Obtient la LocalizedHtmlString ressource d’un nom spécifique. |