How to access appsettings param inside .html file
In my .NET 6.0 / C# project, I have variable defined as { "Address": { "AddressLine1": "220 E. Yut Drive Suite 20", "AddressLine2": "giuuiu, CA 85679" }, "AddressLine3": "22qwewqe" } I need to access addressLines in 1 of the html…