3 references to RemoveAppPathModifier
System.Web (3)
httpserverutility.cs (2)
321path = response.RemoveAppPathModifier(path); 771path = response.RemoveAppPathModifier(path);
Security\CookielessHelper.cs (1)
113string newFilePath = _Context.Response.RemoveAppPathModifier(filePath);