Hello,
I have a problem with an Item Publisher. I need to filter it by a value taken from query string. This is how I am trying to get the value, but it's not working:
@Code(System.Web.HttpContext.Current.Request.QueryString["category"].ToString().Replace("-"," "))
I can't use @Request because I need the replace. Do you guys have any idea why this is not working?
Thanks,
Dan