HttpApplication::Site Property
.NET Framework (current version)
Gets or sets a site interface for an IComponent implementation.
Assembly: System.Web (in System.Web.dll)
public: [BrowsableAttribute(false)] property ISite^ Site { virtual ISite^ get() sealed; virtual void set(ISite^ value) sealed; }
Property Value
Type: System.ComponentModel::ISite^An ISite object that allows a container to manage and communicate with its child components.
Implements
IComponent::Site
.NET Framework
Available since 1.1
Available since 1.1
Show: