共用方式為


ScriptManagerDesigner.GetApplicationServices 方法

定義

傳回 ECMAScript (JavaScript) 程式碼,代表網頁的 ScriptManager 控制項和 ScriptManagerProxy 控制項中定義的設定檔服務屬性。

public:
 static System::String ^ GetApplicationServices(System::Web::UI::ScriptManager ^ scriptManager, System::Collections::Generic::IEnumerable<System::Web::UI::ScriptManagerProxy ^> ^ proxies);
public static string GetApplicationServices (System.Web.UI.ScriptManager scriptManager, System.Collections.Generic.IEnumerable<System.Web.UI.ScriptManagerProxy> proxies);
static member GetApplicationServices : System.Web.UI.ScriptManager * seq<System.Web.UI.ScriptManagerProxy> -> string
Public Shared Function GetApplicationServices (scriptManager As ScriptManager, proxies As IEnumerable(Of ScriptManagerProxy)) As String

參數

scriptManager
ScriptManager

與網頁相關聯的 ScriptManager 控制項。

proxies
IEnumerable<ScriptManagerProxy>

與網頁相關聯的 ScriptManagerProxy 控制項集合。

傳回

String

定義設定檔服務屬性的 JavaScript 程式碼。

例外狀況

scriptManagernull

適用於