Compartilhar via


ScriptManagerDesigner.GetApplicationServices Método

Definição

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

proxies
IEnumerable<ScriptManagerProxy>

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

Retornos

String

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

Exceções

scriptManager é null.

Aplica-se a