I want to check the URL parameter in my Razor markup. For example, how do I do something like this:
It was suggested to post this as an answer, because some other answers are giving errors like 'The name Context does not exist in the current context'.
Just using the following works:
Request.Query["queryparm1"]
Sample usage:
GO