mirror of
https://github.com/github/codeql.git
synced 2026-04-26 01:05:15 +02:00
C#: Address review comments.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
using System;
|
||||
using System.Web;
|
||||
using System.Web.Helpers;
|
||||
using System.Web.Mvc;
|
||||
using System.Web.WebPages;
|
||||
|
||||
public class UrlRedirectHandler : IHttpHandler
|
||||
{
|
||||
|
||||
@@ -373,11 +373,15 @@ namespace System.Web.Helpers
|
||||
{
|
||||
public static void Validate() { }
|
||||
}
|
||||
}
|
||||
|
||||
namespace System.Web.WebPages
|
||||
{
|
||||
public static class RequestExtensions
|
||||
{
|
||||
public static bool IsUrlLocalToHost(this System.Web.HttpRequestBase request, string url) => throw null;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
namespace System.Web.Script.Serialization
|
||||
|
||||
Reference in New Issue
Block a user