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