asp.net.ph

HttpApplication.Site Property

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 );

Property Value

An ISite that allows a container to manage and communicate with its child components.

Implements

IComponent.Site

See Also

HttpApplication Members Skip Navigation Links


Previous page Back to top Next page

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