I am currently developing a Httpmodule for url rewriting and I would like to have an extra feature with it: the module should both handle the url rewrites and if possible access the htmlsource of the page so it can move the viewstate and actually rewrite links on the site.
I found out that the last part is possible when you override the Render method of a page but it requires you to implement system.web.ui.controls.adapters, how can I access the Render/mybase.Render method in the same class?
I can provide example source code when needed.
I found out that the last part is possible when you override the Render method of a page but it requires you to implement system.web.ui.controls.adapters, how can I access the Render/mybase.Render method in the same class?
I can provide example source code when needed.