Compartir a través de


Sintaxis declarativa del control de servidor web ScriptManager

Actualización: noviembre 2007

Administra las bibliotecas de scripts y los archivos de script AJAX de ASP.NET, la representación parcial de página y la generación de la clase de proxy de cliente para los servicios web y de aplicación.

<asp:ScriptManager
        AllowCustomErrorsRedirect="True|False"
    AsyncPostBackErrorMessage="string"
    AsyncPostBackTimeout="integer"
    AuthenticationService-Path="uri"
        EnablePageMethods="True|False"
        EnablePartialRendering="True|False"
    EnableScriptGlobalization="True|False"
    EnableScriptLocalization="True|False"
        EnableTheming="True|False"
        EnableViewState="True|False"
    ID="string"
        LoadScriptsBeforeUI="True|False"
    OnAsyncPostBackError="AsyncPostBackError event handler"
    OnDataBinding="DataBinding event handler"
    OnDisposed="Disposed event handler"
    OnInit="Init event handler"
    OnLoad="Load event handler"
    OnPreRender="PreRender event handler"
    OnResolveScriptReference="ResolveScriptReference event handler"
        OnUnload="Unload event handler"
    ProfileService-LoadProperties="string"
    ProfileService-Path="uri"
        RoleService-LoadRoles="True|False"
    RoleService-Path="uri"
    runat="server"
        ScriptMode="Auto|Inherit|Debug|Release"
    ScriptPath="string"
    SkinID="string"
    SupportsPartialRendering="True|False"
        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:ScriptManager>

Comentarios

Para obtener más información, vea la información general de la clase ScriptManager.

Vea también

Conceptos

Controles de servidor ASP.NET

Referencia

ScriptManager

Otros recursos

Sintaxis de los controles de servidor Web