Skip to content

Instantly share code, notes, and snippets.

@ps-team
Created April 7, 2015 14:06
Show Gist options
  • Save ps-team/36380228b4a5ae726c11 to your computer and use it in GitHub Desktop.
Save ps-team/36380228b4a5ae726c11 to your computer and use it in GitHub Desktop.
string category = string.Empty;
if (!String.IsNullOrEmpty(Request.QueryString["category"]))
{
category= Request.QueryString["category"];
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment