Skip to content

Commit 5e3f7d7

Browse files
Update RequestQuery.cs
1 parent ef88606 commit 5e3f7d7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

class/RequestQuery.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ namespace CodeBehind
55
{
66
internal class RequestQuery
77
{
8-
public void AddQueryString(HttpContext context, string QueryString)
8+
internal void AddQueryString(HttpContext context, string QueryString)
99
{
1010
if (string.IsNullOrEmpty(QueryString))
1111
return;
@@ -46,4 +46,4 @@ public void AddQueryString(HttpContext context, string QueryString)
4646
context.Request.QueryString = TmpQueryString;
4747
}
4848
}
49-
}
49+
}

0 commit comments

Comments
 (0)