Hi Chris,
Thank you for your reply!
I thought more of something like an action filter that would allow me to change the page model/data.
I would like to change the meta data for the page. I would like to create a plugin, which will generate the meta data for
my shop on the fly based on the current page entity information. For example if I am on a product page, I would like
the meta title of the product page to be the name of the product.
So if I had a means of hooking into the MVC pipeline I would intercept the page model and change the meta title based on the product name, which I suppose will be in the model.
Using javascript would not work at least not for search engines.
I think you answered my question about the proxies!
Thanks again.