2 implementations of ApplicationName
Microsoft.AspNetCore.Hosting (1)
Internal\HostingEnvironment.cs (1)
17public string? ApplicationName { get; set; }
Microsoft.Extensions.Hosting (1)
Internal\HostingEnvironment.cs (1)
26public string ApplicationName { get; set; } = string.Empty;