KestrunContext.Strings property

Gets the localized string table for the resolved culture when localization middleware is enabled.

public IReadOnlyDictionary<string, string> Strings { get; }

See Also