Hi,
I'm using two database with custom database provider and I'm trying to convert webforms to blazor. Now I need to get the connectionstring from blazor that I was able to get from the ConfigurationManager["Connection…"] but it's not available.
Is there a way to get it from the appsettins.json?
Thanks and have a good day