I am working on blazor application where I have to show my app info and app build version below the html Lang tag. But the appinfo is not accessible over layout.
I have tried to access it through by adding @app.utilities but it's giving error only one namespace can be used.
Second I have tried to access using @app.utilities but it's not accessible too