LanguageViewLocationExpander Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
LanguageViewLocationExpander() |
Instanziiert eine neue LanguageViewLocationExpander instance. |
LanguageViewLocationExpander(LanguageViewLocationExpanderFormat) |
Instanziiert eine neue LanguageViewLocationExpander instance. |
LanguageViewLocationExpander()
Instanziiert eine neue LanguageViewLocationExpander instance.
public:
LanguageViewLocationExpander();
public LanguageViewLocationExpander ();
Public Sub New ()
Gilt für:
LanguageViewLocationExpander(LanguageViewLocationExpanderFormat)
Instanziiert eine neue 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)