Table of Contents

EnvironmentName Property

Definition

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.