1 reference to UrlPathEncode
System.Web.HttpUtility (1)
System\Web\HttpUtility.cs (1)
164public static string? UrlPathEncode(string? str) => HttpEncoder.UrlPathEncode(str);