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