Overload | Description |
---|---|
UseConfig(String) | Use custom config file path (`Assembly.GetEntryAssembly().Location` is default). |
UseConfig(IConfigurationProvider) | Use custom config provider. Important for fonts file - so customer can generate config based on https://learn.microsoft.com/en-us/dotnet/api/microsoft.extensions.hosting.ihostenvironment.contentrootpath?view=net-8.0&viewFallbackFrom=dotnet-plat-ext-6.0 and https://learn.microsoft.com/en-us/dotnet/api/system.web.httpserverutility.mappath?view=netframework-4.8. |