Partager via


HtmlLocalizerFactory.Create Méthode

Définition

Surcharges

Create(Type)

Crée un à HtmlLocalizer l’aide du spécifié Type.

Create(String, String)

Crée un à l’aide HtmlLocalizer du nom de base et de l’emplacement spécifiés.

Create(Type)

Source:
HtmlLocalizerFactory.cs
Source:
HtmlLocalizerFactory.cs
Source:
HtmlLocalizerFactory.cs

Crée un à HtmlLocalizer l’aide du spécifié Type.

public:
 virtual Microsoft::AspNetCore::Mvc::Localization::IHtmlLocalizer ^ Create(Type ^ resourceSource);
public virtual Microsoft.AspNetCore.Mvc.Localization.IHtmlLocalizer Create (Type resourceSource);
abstract member Create : Type -> Microsoft.AspNetCore.Mvc.Localization.IHtmlLocalizer
override this.Create : Type -> Microsoft.AspNetCore.Mvc.Localization.IHtmlLocalizer
Public Overridable Function Create (resourceSource As Type) As IHtmlLocalizer

Paramètres

resourceSource
Type

pour lequel charger des Type ressources.

Retours

L’HtmlLocalizeropérateur

Implémente

S’applique à

Create(String, String)

Source:
HtmlLocalizerFactory.cs
Source:
HtmlLocalizerFactory.cs
Source:
HtmlLocalizerFactory.cs

Crée un à l’aide HtmlLocalizer du nom de base et de l’emplacement spécifiés.

public:
 virtual Microsoft::AspNetCore::Mvc::Localization::IHtmlLocalizer ^ Create(System::String ^ baseName, System::String ^ location);
public virtual Microsoft.AspNetCore.Mvc.Localization.IHtmlLocalizer Create (string baseName, string location);
abstract member Create : string * string -> Microsoft.AspNetCore.Mvc.Localization.IHtmlLocalizer
override this.Create : string * string -> Microsoft.AspNetCore.Mvc.Localization.IHtmlLocalizer
Public Overridable Function Create (baseName As String, location As String) As IHtmlLocalizer

Paramètres

baseName
String

Nom de base de la ressource à partir de laquelle charger des chaînes.

location
String

Emplacement à partir duquel charger les ressources.

Retours

L’HtmlLocalizeropérateur

Implémente

S’applique à