共用方式為


LanguageViewLocationExpander 建構函式

定義

多載

LanguageViewLocationExpander()

具現化新的 LanguageViewLocationExpander 實例。

LanguageViewLocationExpander(LanguageViewLocationExpanderFormat)

具現化新的 LanguageViewLocationExpander 實例。

LanguageViewLocationExpander()

來源:
LanguageViewLocationExpander.cs
來源:
LanguageViewLocationExpander.cs
來源:
LanguageViewLocationExpander.cs

具現化新的 LanguageViewLocationExpander 實例。

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

適用於

LanguageViewLocationExpander(LanguageViewLocationExpanderFormat)

來源:
LanguageViewLocationExpander.cs
來源:
LanguageViewLocationExpander.cs
來源:
LanguageViewLocationExpander.cs

具現化新的 LanguageViewLocationExpander 實例。

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)

參數

適用於