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