Skip to content

Commit

Permalink
Update RequestQuery.cs
Browse files Browse the repository at this point in the history
elanatframework authored Sep 9, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent ef88606 commit 5e3f7d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions class/RequestQuery.cs
Original file line number Diff line number Diff line change
@@ -5,7 +5,7 @@ namespace CodeBehind
{
internal class RequestQuery
{
public void AddQueryString(HttpContext context, string QueryString)
internal void AddQueryString(HttpContext context, string QueryString)
{
if (string.IsNullOrEmpty(QueryString))
return;
@@ -46,4 +46,4 @@ public void AddQueryString(HttpContext context, string QueryString)
context.Request.QueryString = TmpQueryString;
}
}
}
}

0 comments on commit 5e3f7d7

Please sign in to comment.