Sep 7, 2018 · 1 min read
This seems like something my last job did. We had our _layout.cshtml inject the scripts and css using Razor and it also included the main angular entry point <angular-app></angular-app>. — It allowed us to do server-side Razor processing for certain HTML items. It was very helpful to do RAZOR logic using the server-side User Identity. — Could you share a github repo that showed this off more?