In MVC3, with WebViewPages, there is the new property PageData which can be used to pass arguments to a parent layout page.
Unfortunately, we still have some legacy WebFormsView pages in our app and we want to have similar behavior, in being able to pass arguments to a parent master page. Is there a way to do this?