This documentation is archived and is not being maintained.

HttpApplication.Site Property

Provides a site interface for an IComponent implementation.

[Visual Basic]
Public Overridable Property Site As ISite  Implements _
   IComponent.Site
[C#]
public virtual ISite Site {get; set;}
[C++]
public: __property virtual ISite* get_Site();
public: __property virtual 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

Requirements

Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family

See Also

HttpApplication Class | HttpApplication Members | System.Web Namespace

Show: