Share via


LanguageViewLocationExpander Constructors

Definition

Overloads

LanguageViewLocationExpander()

Instantiates a new LanguageViewLocationExpander instance.

LanguageViewLocationExpander(LanguageViewLocationExpanderFormat)

Instantiates a new LanguageViewLocationExpander instance.

LanguageViewLocationExpander()

Source:
LanguageViewLocationExpander.cs
Source:
LanguageViewLocationExpander.cs

Instantiates a new LanguageViewLocationExpander instance.

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

Applies to

LanguageViewLocationExpander(LanguageViewLocationExpanderFormat)

Source:
LanguageViewLocationExpander.cs
Source:
LanguageViewLocationExpander.cs

Instantiates a new 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)

Parameters

Applies to