ScriptManagerDesigner.GetApplicationServices Método

Definição

Devolve código ECMAScript (JavaScript) que representa as propriedades do serviço de perfil definidas nos controlos ScriptManager e controlos de ScriptManagerProxy uma página Web.

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

Parâmetros

scriptManager
ScriptManager

O ScriptManager controlo associado à página web.

proxies
IEnumerable<ScriptManagerProxy>

O conjunto de ScriptManagerProxy controlos associados à página web.

Devoluções

O código JavaScript que define as propriedades do serviço de perfil.

Exceções

scriptManager é null.

Aplica-se a