IHtmlLocalizer.WithCulture(CultureInfo) Yöntem
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
Dikkat
This method is obsolete. Use CurrentCulture
and CurrentUICulture
instead.
Belirli CultureInfobir için yeni IHtmlLocalizer bir oluşturur.
public:
Microsoft::AspNetCore::Mvc::Localization::IHtmlLocalizer ^ WithCulture(System::Globalization::CultureInfo ^ culture);
public Microsoft.AspNetCore.Mvc.Localization.IHtmlLocalizer WithCulture (System.Globalization.CultureInfo culture);
[System.Obsolete("This method is obsolete. Use `CurrentCulture` and `CurrentUICulture` instead.")]
public Microsoft.AspNetCore.Mvc.Localization.IHtmlLocalizer WithCulture (System.Globalization.CultureInfo culture);
abstract member WithCulture : System.Globalization.CultureInfo -> Microsoft.AspNetCore.Mvc.Localization.IHtmlLocalizer
[<System.Obsolete("This method is obsolete. Use `CurrentCulture` and `CurrentUICulture` instead.")>]
abstract member WithCulture : System.Globalization.CultureInfo -> Microsoft.AspNetCore.Mvc.Localization.IHtmlLocalizer
Public Function WithCulture (culture As CultureInfo) As IHtmlLocalizer
Parametreler
- culture
- CultureInfo
CultureInfo kullanılacak.
Döndürülenler
Kültüre özgü IHtmlLocalizerbir .
- Öznitelikler