We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d6664f commit 5dd2d20Copy full SHA for 5dd2d20
csharp/ql/test/resources/stubs/System.Web.cs
@@ -169,14 +169,6 @@ public class HttpContext : IServiceProvider
169
public HttpServerUtility Server => null;
170
}
171
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
-
180
public class HttpCookie
181
{
182
public HttpCookie(string name)
0 commit comments