System.Web Namespace HttpApplication Class
Provides a site interface for an IComponent implementation.
[ VB ] Public Property Site As ISite Implements IComponent.Site [ C# ] public ISite Site {get; set;} [ C++ ] public: __property ISite* get_Site ( ); public: __property void set_Site ( ISite* ); [ JScript ] public function get Site ( ) : ISite; public function set Site ( ISite );
An ISite that allows a container to manage and communicate with its child components.
IComponent.Site
HttpApplication Members
Check out related books at Amazon
© 2025 Reynald Nuñez and asp.net.ph. All rights reserved. If you have any question, comment or suggestion about this site, please send us a note