I'm am building my asp.net web application using MVC (Preview 5), and am also using the Master pages concept.
My PageA and PageB are both content pages. I'm doing a form submit in a method via JavaScript from PageA to PageB. PageB has its PreviousPageType attribute set to PageA, but when I access the PreviousPage property in PageB, it returns null.
Am I missing out on something here?