Sdílet prostřednictvím


LanguageViewLocationExpander Konstruktory

Definice

Přetížení

LanguageViewLocationExpander()

Vytvoří instanci nové LanguageViewLocationExpander instance.

LanguageViewLocationExpander(LanguageViewLocationExpanderFormat)

Vytvoří instanci nové LanguageViewLocationExpander instance.

LanguageViewLocationExpander()

Zdroj:
LanguageViewLocationExpander.cs
Zdroj:
LanguageViewLocationExpander.cs
Zdroj:
LanguageViewLocationExpander.cs

Vytvoří instanci nové LanguageViewLocationExpander instance.

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

Platí pro

LanguageViewLocationExpander(LanguageViewLocationExpanderFormat)

Zdroj:
LanguageViewLocationExpander.cs
Zdroj:
LanguageViewLocationExpander.cs
Zdroj:
LanguageViewLocationExpander.cs

Vytvoří instanci nové 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)

Parametry

Platí pro