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