Udostępnij za pośrednictwem


ScriptManagerDesigner.GetApplicationServices Metoda

Definicja

Zwraca kod ECMAScript (JavaScript), który reprezentuje właściwości usługi profilu zdefiniowane w kontrolce i ScriptManagerProxy kontrolkach strony ScriptManager internetowej.

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

Parametry

scriptManager
ScriptManager

Kontrolka ScriptManager skojarzona ze stroną sieci Web.

proxies
IEnumerable<ScriptManagerProxy>

Kolekcja kontrolek skojarzonych ScriptManagerProxy ze stroną sieci Web.

Zwraca

Kod JavaScript definiujący właściwości usługi profilu.

Wyjątki

scriptManager to null.

Dotyczy