How2: what event to hook in HttpModule for putting js links into head element
I want to have HttpModule to inject javascripts, css links into HEAD element from some simple config data. I am not sure which event I should hook?
I want to have HttpModule to inject javascripts, css links into HEAD element from some simple config data. I am not sure which event I should hook?
I have a simple HTTPModule which does some custom session state management.