LanguageViewLocationExpander Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
LanguageViewLocationExpander() |
Instantiates a new LanguageViewLocationExpander instance. |
LanguageViewLocationExpander(LanguageViewLocationExpanderFormat) |
Instantiates a new LanguageViewLocationExpander instance. |
LanguageViewLocationExpander()
Instantiates a new LanguageViewLocationExpander instance.
public:
LanguageViewLocationExpander();
public LanguageViewLocationExpander ();
Public Sub New ()
Applies to
LanguageViewLocationExpander(LanguageViewLocationExpanderFormat)
Instantiates a new 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)