KestrunLocalizationStore constructor

Initializes a new instance of the KestrunLocalizationStore class.

public KestrunLocalizationStore(KestrunLocalizationOptions options, string contentRootPath, 
    ILogger logger)
parameter description
options The localization options.
contentRootPath The content root path used to resolve resources.
logger The logger instance.

See Also