Obtain settings from provider
var settings = provider.Get<MySettings>();var settings = provider.Get<MySettings>(new JsonFileSource("settings.json"));Get method behavior
Related pages
Configuration providerConfiguration sourcesCaching and performanceError handlingLast updated
Was this helpful?