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)>]
abstract Site : ISite with get, set
[<BrowsableAttribute(false)>]
override Site : ISite with get, set

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: