1 implementation of ApplicationPhysicalPath
Microsoft.AspNetCore.Server.IIS (1)
Core\IISEnvironmentFeature.cs (1)
54public string ApplicationPhysicalPath { get; }
2 references to ApplicationPhysicalPath
InProcessWebSite (1)
Startup.cs (1)
93await ctx.Response.WriteAsync("Application Path: " + envFeature.ApplicationPhysicalPath + Environment.NewLine);
NativeIISSample (1)
Startup.cs (1)
113await context.Response.WriteAsync("Application Path: " + envFeature.ApplicationPhysicalPath + Environment.NewLine);