1 reference to UrlPathEncode
System.Web (1)
Security\AntiXss\AntiXssEncoder.cs (1)
64return schemeAndAuthority + HtmlParameterEncoder.UrlPathEncode(path, Encoding.UTF8) + queryAndFragment;