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