A way to hook in page processing classes?

Thomas Seyssens asked on May 18, 2016 11:39

Hello,

We are looking for a way to hook into render classes (like image rendering, page rendering, url-request classes). We're thinking we need a provider or something like that. Anyone has an idea where i can find an example of this?

Recent Answers


Trevor Fayas answered on May 18, 2016 21:16

Kentico has a lot of Global Events you can hook into, in the link below.

https://docs.kentico.com/display/K9/Reference+-+Global+system+events

You can also overwrite various Providers, but that isn't exactly a page / image / url request.

You may have to give a more case by case example though. If you need to really control page rendering, you may need to go with aspx+portal template, or pure aspx (not really recommended approach but gives the most power).

Does this help?

0 votesVote for this answer Mark as a Correct answer

   Please, sign in to be able to submit a new answer.