13 references to ApplyAppPathModifier
System.Web (7)
Abstractions\HttpResponseWrapper.cs (1)
313
return _httpResponse.
ApplyAppPathModifier
(virtualPath);
HttpResponse.cs (1)
2392
url =
ApplyAppPathModifier
(url);
UI\Control.cs (1)
3006
return Context.Response.
ApplyAppPathModifier
(url);
UI\HtmlForm.cs (1)
305
action = Context.Response.
ApplyAppPathModifier
(action);
UI\PageAdapter.cs (1)
216
url = Page.Response.
ApplyAppPathModifier
(Page.Request.CurrentExecutionFilePath);
UI\WebControls\SiteMapPath.cs (1)
599
Context.Response.
ApplyAppPathModifier
(ResolveClientUrl(HttpUtility.UrlPathEncode(node.Url))) : node.Url;
XmlSiteMapProvider.cs (1)
962
resultNode.Url = context.Response.
ApplyAppPathModifier
(node.Url);
System.Web.Extensions (1)
HttpResponseInternalWrapper.cs (1)
265
return _httpResponse.
ApplyAppPathModifier
(virtualPath);
System.Web.Mobile (5)
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlBasicControlAdapter.cs (2)
180
target = Page.Response.
ApplyAppPathModifier
(Control.TemplateSourceDirectory);
199
String prefix = writer.EncodeUrlInternal(Page.Response.
ApplyAppPathModifier
(Page.TemplateSourceDirectory));
UI\MobileControls\MobileControl.cs (1)
393
return Context.Response.
ApplyAppPathModifier
(url);
UI\MobileControls\MobilePage.cs (2)
459
path = Response.
ApplyAppPathModifier
(path);
532
_absoluteFilePath = Response.
ApplyAppPathModifier
(Context.Request.CurrentExecutionFilePath);