Class BobLocalizationKeyRoute
- Namespace
- BlazOrbit.Localization
- Assembly
- BlazOrbit.Core.dll
Single key-routing rule: keys with Prefix consult ProviderType before the chain.
public sealed record BobLocalizationKeyRoute
- Inheritance
-
objectBobLocalizationKeyRoute
Constructors
BobLocalizationKeyRoute(string, Type)
Single key-routing rule: keys with Prefix consult ProviderType before the chain.
public BobLocalizationKeyRoute(string Prefix, Type ProviderType)
Parameters
PrefixstringLiteral key prefix.
ProviderTypeTypeProvider type consulted on prefix match.
Properties
Prefix
Literal key prefix.
public string Prefix { get; init; }
Property Value
- string
ProviderType
Provider type consulted on prefix match.
public Type ProviderType { get; init; }
Property Value
- Type