Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

HttpApplication.Site Property

 

Gets or sets a site interface for an IComponent implementation.

Namespace:   System.Web
Assembly:  System.Web (in System.Web.dll)

<BrowsableAttribute(False)>
Public Property Site As ISite

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
Return to top
Show: