次の方法で共有


ScriptManagerProxy Web サーバー コントロールの宣言構文

更新 : 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

その他の技術情報

Web サーバー コントロール構文