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