Compartilhar via


LanguageViewLocationExpander Construtores

Definição

Sobrecargas

LanguageViewLocationExpander()

Instancia uma nova LanguageViewLocationExpander instância.

LanguageViewLocationExpander(LanguageViewLocationExpanderFormat)

Instancia uma nova LanguageViewLocationExpander instância.

LanguageViewLocationExpander()

Origem:
LanguageViewLocationExpander.cs
Origem:
LanguageViewLocationExpander.cs
Origem:
LanguageViewLocationExpander.cs

Instancia uma nova LanguageViewLocationExpander instância.

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

Aplica-se a

LanguageViewLocationExpander(LanguageViewLocationExpanderFormat)

Origem:
LanguageViewLocationExpander.cs
Origem:
LanguageViewLocationExpander.cs
Origem:
LanguageViewLocationExpander.cs

Instancia uma nova LanguageViewLocationExpander instância.

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)

Parâmetros

Aplica-se a