Aracılığıyla paylaş


ScriptManagerDesigner.GetApplicationServices Yöntem

Tanım

Bir Web sayfasının denetiminde ve denetimlerinde tanımlanan profil hizmeti özelliklerini temsil eden ECMAScript (JavaScript) kodunu döndürür ScriptManager ScriptManagerProxy .

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

Parametreler

scriptManager
ScriptManager

ScriptManagerWeb sayfasıyla ilişkilendirilen denetim.

proxies
IEnumerable<ScriptManagerProxy>

ScriptManagerProxyWeb sayfasıyla ilişkili denetimlerin koleksiyonu.

Döndürülenler

String

Profil hizmeti özelliklerini tanımlayan JavaScript kodu.

Özel durumlar

scriptManager, null değeridir.

Şunlara uygulanır