다음을 통해 공유


LanguageViewLocationExpander 생성자

정의

오버로드

LanguageViewLocationExpander()

LanguageViewLocationExpander instance 인스턴스화합니다.

LanguageViewLocationExpander(LanguageViewLocationExpanderFormat)

LanguageViewLocationExpander instance 인스턴스화합니다.

LanguageViewLocationExpander()

Source:
LanguageViewLocationExpander.cs
Source:
LanguageViewLocationExpander.cs
Source:
LanguageViewLocationExpander.cs

LanguageViewLocationExpander instance 인스턴스화합니다.

public:
 LanguageViewLocationExpander();
public LanguageViewLocationExpander ();
Public Sub New ()

적용 대상

LanguageViewLocationExpander(LanguageViewLocationExpanderFormat)

Source:
LanguageViewLocationExpander.cs
Source:
LanguageViewLocationExpander.cs
Source:
LanguageViewLocationExpander.cs

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)

매개 변수

적용 대상