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