Use a context object, and pass it to the constructor of each page that needs to access it. This can be as simple as passing a Dictionary<string, object> object to each page.
More information about formatting options
Re: How to pass the data between
Use a context object, and pass it to the constructor of each page that needs to access it. This can be as simple as passing a Dictionary<string, object> object to each page.