LanguageViewLocationExpander コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
LanguageViewLocationExpander() |
新 LanguageViewLocationExpander しいインスタンスをインスタンス化します。 |
LanguageViewLocationExpander(LanguageViewLocationExpanderFormat) |
新 LanguageViewLocationExpander しいインスタンスをインスタンス化します。 |
LanguageViewLocationExpander()
新 LanguageViewLocationExpander しいインスタンスをインスタンス化します。
public:
LanguageViewLocationExpander();
public LanguageViewLocationExpander ();
Public Sub New ()
適用対象
LanguageViewLocationExpander(LanguageViewLocationExpanderFormat)
新 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)