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




Home
Suggested Reading


Previous page Back to top Next page

© 2000-2010 Rey Nuñez All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note

You can help support asp.net.ph