ScriptManagerDesigner.GetApplicationServices Metoda
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
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
.