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