We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Libexec.AspnetCore.EnvironmentHeaders
ConfigureServices()
services.AddEnvironmentHeaders();
Configure()
app.UseEnvironmentHeaders();
You may want to do step 3 only if env.IsDevelopment() returns true.
env.IsDevelopment()