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