ctuxboy
Hi, parameters from the query string, like the filter parameter, can be used like this:
<p>Filter: @{ ?filter }</p>
A filter can basically be used like any other variable, just with a leading ?
.
Note that the queryStringMerge
function is made to build query strings with multiple parameters by merging the existing query string with new parameters to create filter menu URLs.
Hope this helps.