Lohith
Lohith
Docs here: https://docs.microsoft.com/en-us/aspnet/core/blazor/components/control-head-content?view=aspnetcore-6.0#headoutlet-component
PR created - https://github.com/dodyg/practical-aspnetcore/pull/301
@dodyg Orchard Core already has samples on mudule + multi tenant scenarios. Link here: https://github.com/OrchardCMS/OrchardCore.Samples What is needed for PANC (Practical ASP.NET Core) ?
what else is needed on this issue ?
is this for Blazor ?
New docs page: https://docs.microsoft.com/en-us/aspnet/core/security/cors?view=aspnetcore-5.0 CORS support is part of the framework now...
should this be in ```projects > net6 > middlewares > http-logging``` ? what was your idea ?
if we are in aspnetcore - you will either be using RazorPages model or MVC model. Both RazorPages & MVC model have Razor engine as the View engine. If we...
@dodyg what do you mean by ```nested routing``` ? Do you have any examples of nested routing ?
@LeiYangGH the kestrel setting needs to be added to appsettings.json file. launchsettings.json is not used by the run time. launchsettings is used by Visual Studio or dotnet cli to bind...