1 implementation of SiteName
Microsoft.AspNetCore.Server.IIS (1)
Core\IISEnvironmentFeature.cs (1)
60public string SiteName { get; }
1 reference to SiteName
NativeIISSample (1)
Startup.cs (1)
119await context.Response.WriteAsync("Site Name: " + envFeature.SiteName + Environment.NewLine);