Detecting if an assembly contains Razor pages or components
I have a plugin architecture where I use the app.MapRazorComponents<MyApp>().AddAdditionalAssemblies()
method to add the plugin assemblies to Razor page mapping.
I have a plugin architecture where I use the app.MapRazorComponents<MyApp>().AddAdditionalAssemblies()
method to add the plugin assemblies to Razor page mapping.