Update comments to reflect code behavior (#1182)
This commit is contained in:
parent
e7541e99a7
commit
1ea0647ae2
|
|
@ -12,10 +12,10 @@ 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; }
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Gets or sets the name of the application. This property is automatically set by the host to the assembly containing
|
/// Gets or sets the name of the application. This property is automatically set by the host to the assembly containing
|
||||||
/// the application entry point.
|
/// the application entry point.
|
||||||
|
|
@ -42,4 +42,4 @@ namespace Microsoft.AspNetCore.Hosting
|
||||||
/// </summary>
|
/// </summary>
|
||||||
IFileProvider ContentRootFileProvider { get; set; }
|
IFileProvider ContentRootFileProvider { get; set; }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue