2 overrides of ApplyAppPathModifier
System.Web (1)
Abstractions\HttpResponseWrapper.cs (1)
312public override string ApplyAppPathModifier(string virtualPath) {
System.Web.Extensions (1)
HttpResponseInternalWrapper.cs (1)
264public override string ApplyAppPathModifier(string virtualPath) {
1 reference to ApplyAppPathModifier
System.Web (1)
UI\Util.cs (1)
1413return context.Response.ApplyAppPathModifier(appPath + url);