I want to check the URL parameter in my Razor markup. For example, how do I do something like this:
<div id="wrap" class="@{if (URL "IFRAME" PARAMETER EQUALS 1) iframe-page}">
|
I want to check the URL parameter in my Razor markup. For example, how do I do something like this:
|
|||
|
|
I can't test it now but I would definitely use RouteData. |
|||||
|
|
I think a more elegant solution is to use the controller and the ViewData dictionary:
|
|||||||||
|