views:

20

answers:

0

Hello,

From what I understand, in C#, includes are compiled before execution, so the runtime only sees a big file as if there were no includes in the first place.

Now my question is : Is there a way (a list somewhere in a system object?) to get the list of all the included files that have been included for the page that is beeing rendered ?

Thank you

Jerome Wagner