3 overrides of PhysicalPath
System.Web (3)
ErrorFormatter.cs (3)
1162protected override string PhysicalPath { 1573protected override string PhysicalPath { 1792protected override string PhysicalPath {
2 references to PhysicalPath
System.Web (2)
ErrorFormatter.cs (2)
824if (PhysicalPath != null) 825return HttpRuntime.GetSafePath(PhysicalPath);