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