ProfileServiceManager.Path 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定設定檔 Web 服務的自訂實作路徑。
public:
property System::String ^ Path { System::String ^ get(); void set(System::String ^ value); };
public string Path { get; set; }
member this.Path : string with get, set
Public Property Path As String
屬性值
設定檔 Web 服務的自訂實作路徑。
例外狀況
在控制階層架構中指定了一個以上的唯一路徑。
備註
允許相對虛擬路徑、絕對虛擬路徑和完整路徑。
Path如果未設定屬性,則傳回值為 Empty 。 在此情況下,ASP.NET 的 AJAX 功能會接著使用對應至下列內部預設路徑的內建設定檔 Web 服務:~/ScriptServices_ProfileService.asmx。 如果您設定 Path 為空值或 null
,就會發生相同的行為。
Path可以在 控制項或相關聯的 ScriptManagerProxy 控制項中指定 ScriptManager 。 在層級設定 ScriptManagerProxy 時 Path ,適用下列注意事項: