I've run into an odd problem with MVC3 - If I try and use Request.QueryString["bookID"]
in my _Layout.cshtml file, it always returns an empty string. If I move this into any of the pages that inherit this page, it works fine.
Most of the problems similar with this seem to be based around webforms and master pages, so the usual fixes don't seem to apply.
Anyone else run into this issue? Should this work and perhaps MVC is just being strange for me?