Control::Site Property
.NET Framework (current version)
Gets information about the container that hosts the current control when rendered on a design surface.
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 that contains information about the container that the control is hosted in.
Implements
IComponent::Site| Exception | Condition |
|---|---|
| InvalidOperationException | The control is a Substitution control. |
.NET Framework
Available since 1.1
Available since 1.1
Show: