Skip to content

Commit 5dd2d20

Browse files
committed
C#: Remove overlapping declaration of System.Web.HttpUtility
1 parent 7d6664f commit 5dd2d20

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

csharp/ql/test/resources/stubs/System.Web.cs

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -169,14 +169,6 @@ public class HttpContext : IServiceProvider
169169
public HttpServerUtility Server => null;
170170
}
171171

172-
public class HttpUtility
173-
{
174-
public static string HtmlEncode(object value) => null;
175-
public static string HtmlEncode(string value) => null;
176-
public static string UrlEncode(string value) => null;
177-
public static string HtmlAttributeEncode(string value) => null;
178-
}
179-
180172
public class HttpCookie
181173
{
182174
public HttpCookie(string name)

0 commit comments

Comments
 (0)