📄 read.aspx
字号:
<%@ page language="C#" autoeventwireup="true" inherits="read, App_Web_xirwkaj3" %>
<%@ Register TagPrefix="mobile" Namespace="System.Web.UI.MobileControls" Assembly="System.Web.Mobile" %>
<html xmlns="http://www.w3.org/1999/xhtml" >
<body>
<mobile:Form id="Form1" runat="server" Paginate="True" ><a href="index.aspx">返回首页</a><br /><br />
<hr></hr>
<mobile:TextView ID="TextView1" Runat="server" >TextView</mobile:TextView><br />
<hr></hr>
<hr></hr>
<mobile:ObjectList ID="ObjectList1" Runat="server" CommandStyle-StyleReference="subcommand"
LabelStyle-StyleReference="title"><DeviceSpecific>
<Choice>
<ItemTemplate>
<mobile:Link Runat="server" Text='返回目录' NavigateUrl='<%# "readclass.aspx?id="+((ObjectListItem)Container)["id"]%>' ID="Title" NAME="Title">
</mobile:Link>
</ItemTemplate></Choice>
</DeviceSpecific>
</mobile:ObjectList><hr></hr>
</mobile:Form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -