AppView for ASP.NET WebForms
コンテンツページ
C1AppView の要素 > C1AppView > コンテンツページ

コンテンツページは、C1AppView アプリケーションの右側に表示されます。コンテンツページには、<DefaultContent> タグ内で設定したコンテンツが表示されます。次の例は、コンテンツを設定するためのマークアップです。

ソースビュー
コードのコピー
<cc1:C1AppView ID="C1AppView1" runat="server" WijmoControlMode="Mobile">
      <DefaultContent>
            <p>
            このアプリケーションは Wijmo と jQuery Mobile を使用してビルドします。Wijmo の詳細については、<a href="http://wijmo.com">http://wijmo.com</a> を参照してください。
            </p>
      </DefaultContent>
</cc1:C1AppView>

コンテンツページには、他のコントロールを始めとする任意のコンテンツを表示できます。