共用方式為


ProviderCultureResult 建構函式

定義

多載

ProviderCultureResult(StringSegment)

建立新的 ProviderCultureResult 物件,其 CulturesUICultures 屬性設定為相同的文化特性值。

ProviderCultureResult(IList<StringSegment>)

建立新的 ProviderCultureResult 物件,其 CulturesUICultures 屬性設定為相同的文化特性值。

ProviderCultureResult(IList<String>)

建立新的 ProviderCultureResult 物件,其 CulturesUICultures 屬性設定為相同的文化特性值。

ProviderCultureResult(String)

建立新的 ProviderCultureResult 物件,其 CulturesUICultures 屬性設定為相同的文化特性值。

ProviderCultureResult(StringSegment, StringSegment)

建立新的 ProviderCultureResult 物件,其 CulturesUICultures 屬性會設定為所提供的個別文化特性值。

ProviderCultureResult(IList<StringSegment>, IList<StringSegment>)

建立新的 ProviderCultureResult 物件,其 CulturesUICultures 屬性會設定為所提供的個別文化特性值。

ProviderCultureResult(IList<String>, IList<String>)

建立新的 ProviderCultureResult 物件,其 CulturesUICultures 屬性會設定為所提供的個別文化特性值。

ProviderCultureResult(String, String)

建立新的 ProviderCultureResult 物件,其 CulturesUICultures 屬性會設定為所提供的個別文化特性值。

ProviderCultureResult(StringSegment)

來源:
ProviderCultureResult.cs
來源:
ProviderCultureResult.cs
來源:
ProviderCultureResult.cs

建立新的 ProviderCultureResult 物件,其 CulturesUICultures 屬性設定為相同的文化特性值。

public:
 ProviderCultureResult(Microsoft::Extensions::Primitives::StringSegment culture);
public ProviderCultureResult (Microsoft.Extensions.Primitives.StringSegment culture);
new Microsoft.AspNetCore.Localization.ProviderCultureResult : Microsoft.Extensions.Primitives.StringSegment -> Microsoft.AspNetCore.Localization.ProviderCultureResult
Public Sub New (culture As StringSegment)

參數

culture
StringSegment

要用於格式化、文字的文化特性名稱,也就是語言。

適用於

ProviderCultureResult(IList<StringSegment>)

來源:
ProviderCultureResult.cs
來源:
ProviderCultureResult.cs
來源:
ProviderCultureResult.cs

建立新的 ProviderCultureResult 物件,其 CulturesUICultures 屬性設定為相同的文化特性值。

public:
 ProviderCultureResult(System::Collections::Generic::IList<Microsoft::Extensions::Primitives::StringSegment> ^ cultures);
public ProviderCultureResult (System.Collections.Generic.IList<Microsoft.Extensions.Primitives.StringSegment> cultures);
new Microsoft.AspNetCore.Localization.ProviderCultureResult : System.Collections.Generic.IList<Microsoft.Extensions.Primitives.StringSegment> -> Microsoft.AspNetCore.Localization.ProviderCultureResult
Public Sub New (cultures As IList(Of StringSegment))

參數

cultures
IList<StringSegment>

要用於格式化、文字的文化特性清單,也就是語言。

適用於

ProviderCultureResult(IList<String>)

建立新的 ProviderCultureResult 物件,其 CulturesUICultures 屬性設定為相同的文化特性值。

public:
 ProviderCultureResult(System::Collections::Generic::IList<System::String ^> ^ cultures);
public ProviderCultureResult (System.Collections.Generic.IList<string> cultures);
new Microsoft.AspNetCore.Localization.ProviderCultureResult : System.Collections.Generic.IList<string> -> Microsoft.AspNetCore.Localization.ProviderCultureResult
Public Sub New (cultures As IList(Of String))

參數

cultures
IList<String>

要用於格式化、文字的文化特性清單,也就是語言。

適用於

ProviderCultureResult(String)

建立新的 ProviderCultureResult 物件,其 CulturesUICultures 屬性設定為相同的文化特性值。

public:
 ProviderCultureResult(System::String ^ culture);
public ProviderCultureResult (string culture);
new Microsoft.AspNetCore.Localization.ProviderCultureResult : string -> Microsoft.AspNetCore.Localization.ProviderCultureResult
Public Sub New (culture As String)

參數

culture
String

要用於格式化、文字的文化特性名稱,也就是語言。

適用於

ProviderCultureResult(StringSegment, StringSegment)

來源:
ProviderCultureResult.cs
來源:
ProviderCultureResult.cs
來源:
ProviderCultureResult.cs

建立新的 ProviderCultureResult 物件,其 CulturesUICultures 屬性會設定為所提供的個別文化特性值。

public:
 ProviderCultureResult(Microsoft::Extensions::Primitives::StringSegment culture, Microsoft::Extensions::Primitives::StringSegment uiCulture);
public ProviderCultureResult (Microsoft.Extensions.Primitives.StringSegment culture, Microsoft.Extensions.Primitives.StringSegment uiCulture);
new Microsoft.AspNetCore.Localization.ProviderCultureResult : Microsoft.Extensions.Primitives.StringSegment * Microsoft.Extensions.Primitives.StringSegment -> Microsoft.AspNetCore.Localization.ProviderCultureResult
Public Sub New (culture As StringSegment, uiCulture As StringSegment)

參數

culture
StringSegment

要用於格式化的文化特性名稱。

uiCulture
StringSegment

要用於文字的 UI 文化特性名稱,也就是語言。

適用於

ProviderCultureResult(IList<StringSegment>, IList<StringSegment>)

來源:
ProviderCultureResult.cs
來源:
ProviderCultureResult.cs
來源:
ProviderCultureResult.cs

建立新的 ProviderCultureResult 物件,其 CulturesUICultures 屬性會設定為所提供的個別文化特性值。

public:
 ProviderCultureResult(System::Collections::Generic::IList<Microsoft::Extensions::Primitives::StringSegment> ^ cultures, System::Collections::Generic::IList<Microsoft::Extensions::Primitives::StringSegment> ^ uiCultures);
public ProviderCultureResult (System.Collections.Generic.IList<Microsoft.Extensions.Primitives.StringSegment> cultures, System.Collections.Generic.IList<Microsoft.Extensions.Primitives.StringSegment> uiCultures);
new Microsoft.AspNetCore.Localization.ProviderCultureResult : System.Collections.Generic.IList<Microsoft.Extensions.Primitives.StringSegment> * System.Collections.Generic.IList<Microsoft.Extensions.Primitives.StringSegment> -> Microsoft.AspNetCore.Localization.ProviderCultureResult
Public Sub New (cultures As IList(Of StringSegment), uiCultures As IList(Of StringSegment))

參數

cultures
IList<StringSegment>

要用於格式化的文化特性清單。

uiCultures
IList<StringSegment>

要用於文字的 UI 文化特性清單,也就是語言。

適用於

ProviderCultureResult(IList<String>, IList<String>)

建立新的 ProviderCultureResult 物件,其 CulturesUICultures 屬性會設定為所提供的個別文化特性值。

public:
 ProviderCultureResult(System::Collections::Generic::IList<System::String ^> ^ cultures, System::Collections::Generic::IList<System::String ^> ^ uiCultures);
public ProviderCultureResult (System.Collections.Generic.IList<string> cultures, System.Collections.Generic.IList<string> uiCultures);
new Microsoft.AspNetCore.Localization.ProviderCultureResult : System.Collections.Generic.IList<string> * System.Collections.Generic.IList<string> -> Microsoft.AspNetCore.Localization.ProviderCultureResult
Public Sub New (cultures As IList(Of String), uiCultures As IList(Of String))

參數

cultures
IList<String>

要用於格式化的文化特性清單。

uiCultures
IList<String>

要用於文字的 UI 文化特性清單,也就是語言。

適用於

ProviderCultureResult(String, String)

建立新的 ProviderCultureResult 物件,其 CulturesUICultures 屬性會設定為所提供的個別文化特性值。

public:
 ProviderCultureResult(System::String ^ culture, System::String ^ uiCulture);
public ProviderCultureResult (string culture, string uiCulture);
new Microsoft.AspNetCore.Localization.ProviderCultureResult : string * string -> Microsoft.AspNetCore.Localization.ProviderCultureResult
Public Sub New (culture As String, uiCulture As String)

參數

culture
String

要用於格式化的文化特性名稱。

uiCulture
String

要用於文字的 UI 文化特性名稱,也就是語言。

適用於