共用方式為


IHtmlLocalizer.WithCulture(CultureInfo) 方法

定義

警告

This method is obsolete. Use CurrentCulture and CurrentUICulture instead.

為指定的 CultureInfo 建立新 IHtmlLocalizer

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

參數

culture
CultureInfo

要使用的 CultureInfo

傳回

文化特性特定 IHtmlLocalizer

屬性

適用於