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)