ScriptManagerProxy.ProfileService 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得關聯到目前之 ProfileServiceManager 執行個體的 ScriptManagerProxy 物件。
public:
property System::Web::UI::ProfileServiceManager ^ ProfileService { System::Web::UI::ProfileServiceManager ^ get(); };
[System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.InnerProperty)]
public System.Web.UI.ProfileServiceManager ProfileService { get; }
[<System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.InnerProperty)>]
member this.ProfileService : System.Web.UI.ProfileServiceManager
Public ReadOnly Property ProfileService As ProfileServiceManager
屬性值
目前之 ProfileServiceManager 執行實體的 ScriptManagerProxy 物件。
- 屬性
備註
ProfileServiceManager這個屬性所傳回的物件代表向頁面註冊的設定檔服務。
您可以使用 ASP.NET 設定檔服務,或使用自訂設定檔服務。 若要使用自訂服務,您可以藉由在頁面上的 元素內 ScriptManagerProxy
加入 ProfileService
元素來註冊它。 您也可以以程式設計方式設定 ProfileServiceManager 物件。