ScriptManagerDesigner.GetApplicationServices Método

Definição

Retorna o código ECMAScript (JavaScript) que representa as propriedades do serviço de perfil definidas no controle e ScriptManager nos controles de uma página da ScriptManagerProxy 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 controle associado à Página da Web.

proxies
IEnumerable<ScriptManagerProxy>

A coleção de ScriptManagerProxy controles associados à página da Web.

Retornos

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

Exceções

scriptManager é null.

Aplica-se a