Partager via


LanguageViewLocationExpander Constructeurs

Définition

Surcharges

LanguageViewLocationExpander()

Instancie une nouvelle LanguageViewLocationExpander instance.

LanguageViewLocationExpander(LanguageViewLocationExpanderFormat)

Instancie une nouvelle LanguageViewLocationExpander instance.

LanguageViewLocationExpander()

Source:
LanguageViewLocationExpander.cs
Source:
LanguageViewLocationExpander.cs
Source:
LanguageViewLocationExpander.cs

Instancie une nouvelle LanguageViewLocationExpander instance.

public:
 LanguageViewLocationExpander();
public LanguageViewLocationExpander ();
Public Sub New ()

S’applique à

LanguageViewLocationExpander(LanguageViewLocationExpanderFormat)

Source:
LanguageViewLocationExpander.cs
Source:
LanguageViewLocationExpander.cs
Source:
LanguageViewLocationExpander.cs

Instancie une nouvelle LanguageViewLocationExpander instance.

public:
 LanguageViewLocationExpander(Microsoft::AspNetCore::Mvc::Razor::LanguageViewLocationExpanderFormat format);
public LanguageViewLocationExpander (Microsoft.AspNetCore.Mvc.Razor.LanguageViewLocationExpanderFormat format);
new Microsoft.AspNetCore.Mvc.Razor.LanguageViewLocationExpander : Microsoft.AspNetCore.Mvc.Razor.LanguageViewLocationExpanderFormat -> Microsoft.AspNetCore.Mvc.Razor.LanguageViewLocationExpander
Public Sub New (format As LanguageViewLocationExpanderFormat)

Paramètres

S’applique à