EnvironmentName Property
Definition
- Namespace
- Cuemon.AspNetCore.Mvc.Filters.Diagnostics
- Assemblies
- Cuemon.AspNetCore.Mvc.dll
EnvironmentName
Gets or sets the name of the environment to suppress the Server-Timing header from. Default is "Production".
public string EnvironmentName { get; set; }
Property Value
- string
The name of the environment to suppress the Server-Timing header from.
Remarks
To always include the Server-Timing header, set this property to null or an empty string.