readclass.aspx

来自「wap小说原创门户采集wapv2·0............」· ASPX 代码 · 共 24 行

ASPX
24
字号
<%@ page language="C#" autoeventwireup="true" inherits="readclass, 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">小说章节<br />
<hr></hr>
 <mobile:ObjectList ID="ObjectList1" Runat="server" CommandStyle-StyleReference="subcommand"
     LabelStyle-StyleReference="title">
      <DeviceSpecific>
 <Choice>
 <ItemTemplate>
 <mobile:Link Runat="server" Text='<%# ((ObjectListItem)Container)["jie"] %>' NavigateUrl='<%# "read.aspx?type="+((ObjectListItem)Container)["type"]%>' ID="Title" NAME="Title">
						</mobile:Link><br></br>
 
 </ItemTemplate>
 </Choice>
 </DeviceSpecific>
 </mobile:ObjectList><br />
<hr></hr>
返回小说</mobile:Form>
</body>
</html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?