Condividi tramite


Sintassi dichiarativa per il controllo server Web ScriptManagerProxy

Aggiornamento: novembre 2007

Consente ai componenti nidificati quali le pagine contenuto e i controlli utente di aggiungere riferimenti a script e a servizi alle pagine quando un controllo ScriptManager è già definito in un elemento padre.

<asp:ScriptManagerProxy
        AuthenticationService-Path="uri"
        EnableTheming="True|False"
    EnableViewState="True|False"
    ID="string"
    OnDataBinding="DataBinding event handler"
    OnDisposed="Disposed event handler"
    OnInit="Init event handler"
    OnLoad="Load event handler"
    OnPreRender="PreRender event handler"
    OnUnload="Unload event handler"
    ProfileService-LoadProperties="string"
    ProfileService-Path="uri"
        RoleService-LoadRoles="True|False"
    RoleService-Path="uri"
    runat="server"
    SkinID="string"
    Visible="True|False"
>
        <AuthenticationService
            Path="uri"
        />
        <ProfileService
            LoadProperties="string"
            Path="uri"
        />
        <RoleService
            LoadRoles="True|False"
            Path="uri"
        />
        <Scripts>
            <asp:ScriptReference
                Assembly="string"
                IgnoreScriptPath="True|False"
                Name="string"
                NotifyScriptLoaded="True|False"
                Path="string"
                ResourceUICultures="string"
                ScriptMode="Auto|Debug|Inherit|Release"
            />
        </Scripts>
        <Services>
            <asp:ServiceReference
                InlineScript="True|False"
                Path="string"
            />
        </Services>
</asp:ScriptManagerProxy>

Note

Per ulteriori informazioni, vedere i cenni preliminari sulla classe ScriptManagerProxy.

Vedere anche

Concetti

Controlli server ASP.NET

Riferimenti

ScriptManagerProxy

Altre risorse

Sintassi dei controlli server Web