mirror of
https://github.com/github/codeql.git
synced 2026-04-28 10:15:14 +02:00
C#: Remove overlapping declaration of System.Web.HttpUtility
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user