HttpApplication.Site 屬性

定義

取得或設定一個實作的 IComponent 網站介面。

public:
 property System::ComponentModel::ISite ^ Site { System::ComponentModel::ISite ^ get(); void set(System::ComponentModel::ISite ^ value); };
[System.ComponentModel.Browsable(false)]
public System.ComponentModel.ISite Site { get; set; }
[<System.ComponentModel.Browsable(false)>]
member this.Site : System.ComponentModel.ISite with get, set
Public Property Site As ISite

屬性值

一個 ISite 讓容器能管理和與其子元件溝通的物件。

實作

屬性

適用於