3 references to UrlPathEncode
System.Web (2)
Abstractions\HttpServerUtilityWrapper.cs (1)
143
return _httpServerUtility.
UrlPathEncode
(s);
Util\AspCompat.cs (1)
810
return _context.Server.
UrlPathEncode
(str);
System.Web.Mobile (1)
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlBasicImageAdapter.cs (1)
78
source = Page.Server.
UrlPathEncode
(Control.ResolveUrl(source.Trim()));