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