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