Use the IPagePreRenderCompleteEvent
You can manipulate the ASP.NET Page object, for example to add meta-attributes to the head tag, using the IPagePreRenderCompleteEvent.
The following code sample demonstrates how to use the IPagePreRenderCompleteEvent: