Umbraco Razor get Querystring

var qFilter Request["qFilter"];

/Filter*/
    if (Request["qFilter"!= null |Request["qFilter"== "All")
    {
      qFilter Request["qFilter"];
    }
    else
    {
      qFilter "";
    }

Comments

Popular posts from this blog

Umbraco Razor Sort Nodes Ascending or Descending

Create a .NET Contact Form that Gets the Last Url Visited in C# Can also be Used in Umbraco