HttpApplication.Site Property
.NET Framework 3.0
Provides a site interface for an IComponent implementation.
Namespace: System.Web
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
public: virtual property ISite^ Site { ISite^ get () sealed; void set (ISite^ value) sealed; }
/** @property */ public final ISite get_Site () /** @property */ public final void set_Site (ISite value)
public final function get Site () : ISite public final function set Site (value : ISite)
Not applicable.
Property Value
An ISite that allows a container to manage and communicate with its child components.Community Additions
ADD
Show: