ScriptManagerDesigner.GetApplicationServices Méthode

Définition

Renvoie le code ECMAScript (JavaScript) qui représente les propriétés du service de profil définies dans le contrôle et ScriptManager les contrôles d’une ScriptManagerProxy page 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

Paramètres

scriptManager
ScriptManager

Contrôle ScriptManager associé à la page web.

proxies
IEnumerable<ScriptManagerProxy>

Collection de ScriptManagerProxy contrôles associés à la page Web.

Retours

Code JavaScript qui définit les propriétés du service de profil.

Exceptions

scriptManager a la valeur null.

S’applique à