8 references to PhysicalPathInternal
System.Web (8)
HttpApplication.cs (2)
3329
string pathTranslated = request.
PhysicalPathInternal
;
3392
request.
PhysicalPathInternal
,
HttpContext.cs (1)
666
pathData.ValidatePath(_request.
PhysicalPathInternal
);
HttpRequest.cs (2)
524
value = this.
PhysicalPathInternal
;
1664
String path =
PhysicalPathInternal
;
Security\FileAuthorizationModule.cs (3)
156
fileName = context.Request.
PhysicalPathInternal
;
287
context.Response.Write((new FileAccessFailedErrorFormatter(context.Request.
PhysicalPathInternal
)).GetErrorMessage(context, false));
307
oCacheKey = CacheInternal.PrefixFileSecurity + context.Request.
PhysicalPathInternal
;