Freigeben über


HtmlLocalizerExtensions.GetAllStrings(IHtmlLocalizer) Methode

Definition

Ruft alle Zeichenfolgenressourcen einschließlich derjenigen für übergeordnete Kulturen ab.

public:
[System::Runtime::CompilerServices::Extension]
 static System::Collections::Generic::IEnumerable<Microsoft::Extensions::Localization::LocalizedString ^> ^ GetAllStrings(Microsoft::AspNetCore::Mvc::Localization::IHtmlLocalizer ^ htmlLocalizer);
public static System.Collections.Generic.IEnumerable<Microsoft.Extensions.Localization.LocalizedString> GetAllStrings (this Microsoft.AspNetCore.Mvc.Localization.IHtmlLocalizer htmlLocalizer);
static member GetAllStrings : Microsoft.AspNetCore.Mvc.Localization.IHtmlLocalizer -> seq<Microsoft.Extensions.Localization.LocalizedString>
<Extension()>
Public Function GetAllStrings (htmlLocalizer As IHtmlLocalizer) As IEnumerable(Of LocalizedString)

Parameter

htmlLocalizer
IHtmlLocalizer

Die IHtmlLocalizer.

Gibt zurück

Die Zeichenfolgenressourcen.

Gilt für: