次の方法で共有


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)

パラメーター

適用対象