Update comments to reflect code behavior (#1182)
This commit is contained in:
parent
e7541e99a7
commit
1ea0647ae2
|
|
@ -12,7 +12,7 @@ namespace Microsoft.AspNetCore.Hosting
|
||||||
{
|
{
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Gets or sets the name of the environment. This property is automatically set by the host to the value
|
/// Gets or sets the name of the environment. This property is automatically set by the host to the value
|
||||||
/// of the "ASPNETCORE_ENVIRONMENT" environment variable.
|
/// of the "ASPNETCORE_ENVIRONMENT" environment variable, or "environment" as specified in any other configuration source.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
string EnvironmentName { get; set; }
|
string EnvironmentName { get; set; }
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue