共用方式為


IHtmlLocalizer.GetAllStrings(Boolean) 方法

定義

取得所有字串資源。

public:
 System::Collections::Generic::IEnumerable<Microsoft::Extensions::Localization::LocalizedString ^> ^ GetAllStrings(bool includeParentCultures);
public System.Collections.Generic.IEnumerable<Microsoft.Extensions.Localization.LocalizedString> GetAllStrings (bool includeParentCultures);
abstract member GetAllStrings : bool -> seq<Microsoft.Extensions.Localization.LocalizedString>
Public Function GetAllStrings (includeParentCultures As Boolean) As IEnumerable(Of LocalizedString)

參數

includeParentCultures
Boolean

指出是否要包含父文化特性字串的 Boolean

傳回

字串。

適用於