Share via


ScriptManager 웹 서버 컨트롤 선언 구문

업데이트: 2007년 11월

ASP.NET AJAX 스크립트 라이브러리와 스크립트 파일, 부분 페이지 렌더링, 웹 서비스 및 응용 프로그램 서비스에 대한 클라이언트 프록시 클래스 생성을 관리합니다.

<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>

설명

자세한 내용은 ScriptManager 클래스 개요를 참조하십시오.

참고 항목

개념

ASP.NET 서버 컨트롤

참조

ScriptManager

기타 리소스

웹 서버 컨트롤 구문