I need to access some querysting parameters from a class. The HttpContext.Current.Request.QueryString is empty eventhough there are definitely values on my querystring.
I've checked HttpContext.Current.Request.Url and it is definitely correct so it's not as if there is some weird redirect happening.
Umbraco6.1.6 Empty Querystring
Hi
I need to access some querysting parameters from a class. The HttpContext.Current.Request.QueryString is empty eventhough there are definitely values on my querystring.
I've checked HttpContext.Current.Request.Url and it is definitely correct so it's not as if there is some weird redirect happening.
It sounds similar to this: http://our.umbraco.org/forum/using/migrating-from-v5-to-v4-%28and-beyond%29/44899-Razor-in-umbraco-4-va-Razor-in-Umraco-6
Any idea if this is a bug in Umbraco 6?
Thanks, Aileen
Turns out one of our classes was inheriting off 'UmbracoUserControl' when it shouldn't have been.
is working on a reply...