IHtmlLocalizerFactory.Create Methode

Definition

Überlädt

Create(Type)

Erstellt ein IHtmlLocalizer-Element mit Assembly und FullName des angegebenen Type.

Create(String, String)

Erstellt ein IHtmlLocalizer.

Create(Type)

Quelle:
IHtmlLocalizerFactory.cs

Erstellt ein IHtmlLocalizer-Element mit Assembly und FullName des angegebenen Type.

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

Parameter

resourceSource
Type

Die Type.

Gibt zurück

Die IHtmlLocalizer.

Gilt für:

Create(String, String)

Quelle:
IHtmlLocalizerFactory.cs

Erstellt ein IHtmlLocalizer.

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

Parameter

baseName
String

Der Basisname der Ressource, aus der Zeichenfolgen geladen werden sollen.

location
String

Der Speicherort, aus dem Ressourcen geladen werden sollen.

Gibt zurück

Die IHtmlLocalizer.

Gilt für: