footerlinks.ascx.txt
来自「ASP.NET 2.0 visual web desginer CODE」· 文本 代码 · 共 10 行
TXT
10 行
------------------------------------------------------------------------------
This is the content for the <Repeater> control in the page FooterLinks.ascx.
Copy and paste it inside the existing <Repeater> and </Repeater> tags.
------------------------------------------------------------------------------
<ItemTemplate>
<a href='<%#XPath("@url")%>' title='<%#XPath("@description")%>'><%#XPath("@title")%></a>
</ItemTemplate>
<SeparatorTemplate> | </SeparatorTemplate>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?