HttpApplication::Site Property

 

Gets or sets a site interface for an IComponent implementation.

Namespace:   System.Web
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.

.NET Framework
Available since 1.1
Return to top
Show: