Share via


ScriptManagerProxy 웹 서버 컨트롤 선언 구문

업데이트: 2007년 11월

ScriptManager 컨트롤이 부모 요소에 이미 정의된 경우 콘텐츠 페이지 및 사용자 정의 컨트롤 등의 중첩 구성 요소에서 페이지에 스크립트 및 서비스 참조를 추가할 수 있게 합니다.

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

설명

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

참고 항목

개념

ASP.NET 서버 컨트롤

참조

ScriptManagerProxy

기타 리소스

웹 서버 컨트롤 구문