C#: Remove overlapping declaration of System.Web.HttpUtility

This commit is contained in:
Michael Nebel
2021-11-24 14:00:50 +01:00
parent 7d6664f14d
commit 5dd2d20176

View File

@@ -169,14 +169,6 @@ namespace System.Web
public HttpServerUtility Server => null;
}
public class HttpUtility
{
public static string HtmlEncode(object value) => null;
public static string HtmlEncode(string value) => null;
public static string UrlEncode(string value) => null;
public static string HtmlAttributeEncode(string value) => null;
}
public class HttpCookie
{
public HttpCookie(string name)