?? parentsection_parentsection.ascx
字號(hào):
<%@ Control Language="C#" %>
<%@ Register TagPrefix="community" Namespace="ASPNET.StarterKit.Communities" Assembly="ASPNET.StarterKit.Communities" %>
<p>
<community:SectionTitle CssClass="ParentSection_SectionTitle" Runat="Server"/>
<br/>
<community:PageHeader Runat="Server" />
<p/>
<community:ContentList id="ContentList" Runat="Server">
<ItemTemplate>
<table class="ParentSection_ListTable">
<tr>
<td>
<community:ItemParentSectionPrivate runat="Server" />
<community:ItemParentSectionTitleLink CssClass="ParentSection_ListTitleLink" Runat="Server"/>
<br>
<community:ItemParentSectionDescription CssClass="ParentSection_ListBriefDescription" Runat="Server"/>
</td>
</tr>
</table>
</ItemTemplate>
<SeparatorTemplate>
<p>
</SeparatorTemplate>
<NoContentTemplate>
This section has no child sections.
</NoContentTemplate>
</community:ContentList>
<p>
<community:PageFooter runat="Server" />
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -