CHAN Reference

Chan Home | Reference Home | Event Firing Order | web.config

   

Site

  

The Site class holds static data pertaining to the site as a whole and mainly information gathered from web.config. All it's public properties are static and pre-filled so you should never need to spawn or populate an instance of Site.

It's also worth remembering that this class is instantiated and filled on every Page request, so setting or re-setting one of these from code will have no effect on subsequent requests.

Todo: ConfigBool page